|
6 | 6 | [](./LICENSE)
|
7 | 7 | [](https://crates.io/crates/hyper)
|
8 | 8 |
|
9 |
| -A Modern HTTP library for Rust. |
| 9 | +A low-level HTTP implementation for Rust. |
10 | 10 |
|
11 | 11 | ### Documentation
|
12 | 12 |
|
13 | 13 | - [Released](http://docs.rs/hyper)
|
14 | 14 | - [Master](http://hyperium.github.io/hyper/master)
|
15 | 15 |
|
16 |
| -Get started by looking over the [guides](https://hyper.rs/guides). |
| 16 | +**Get started** by looking over the [guides](https://hyper.rs/guides). |
17 | 17 |
|
18 | 18 | ## Overview
|
19 | 19 |
|
20 |
| -hyper is a fast, modern HTTP implementation written in and for Rust. It |
21 |
| -is a low-level typesafe abstraction over raw HTTP, providing an elegant |
22 |
| -layer over "stringly-typed" HTTP. |
| 20 | +hyper is a fast, safe HTTP implementation written in and for Rust. |
23 | 21 |
|
24 | 22 | hyper offers both an HTTP client and server which can be used to drive
|
25 | 23 | complex web applications written entirely in Rust.
|
26 | 24 |
|
27 |
| -hyper makes use of "async IO" (non-blocking sockets) via the [Tokio](https://tokio.rs) and [Futures](https://docs.rs/futures) libraries. |
28 |
| - |
29 |
| -See the [Hello World](https://github.com/hyperium/hyper/blob/master/examples/hello.rs) example for a toy server using hyper. |
| 25 | +hyper makes use of "async IO" (non-blocking sockets) via the |
| 26 | +[Tokio](https://tokio.rs) and [Futures](https://docs.rs/futures) crates. |
30 | 27 |
|
31 | 28 | Be aware that hyper is still actively evolving towards 1.0, and is likely
|
32 |
| -to experience breaking changes before stabilising. You can also see the [1.0 issue milestone](https://github.com/hyperium/hyper/milestone/1). |
| 29 | +to experience breaking changes before stabilising. You can also see the |
| 30 | +[1.0 issue milestone](https://github.com/hyperium/hyper/milestone/1). |
0 commit comments