BREAKING CHANGE: This breaks a lot of the Client and Server APIs. Check the documentation for how Handlers can be used for asynchronous events.
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# hyper
|
|
|
|
[](https://travis-ci.org/hyperium/hyper)
|
|
[](https://ci.appveyor.com/project/seanmonstar/hyper)
|
|
[](https://coveralls.io/r/hyperium/hyper?branch=master)
|
|
[](./LICENSE)
|
|
[](https://crates.io/crates/hyper)
|
|
|
|
A Modern HTTP library for Rust.
|
|
|
|
### Documentation
|
|
|
|
- [Released](http://hyperium.github.io/hyper)
|
|
- [Master](http://hyperium.github.io/hyper/master)
|
|
|
|
## Overview
|
|
|
|
hyper is a fast, modern HTTP implementation written in and for Rust. It
|
|
is a low-level typesafe abstraction over raw HTTP, providing an elegant
|
|
layer over "stringly-typed" HTTP.
|
|
|
|
Hyper offers both an HTTP client and server which can be used to drive
|
|
complex web applications written entirely in Rust.
|
|
|
|
The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).
|