No description
  • Rust 99.9%
  • Shell 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-07-22 21:33:46 +02:00
.github chore(github): remove note about commit message style in PR template 2017-11-08 16:35:55 -08:00
.travis chore(ci): only publish master docs 2017-06-16 13:06:46 -07:00
benches chore(tests): change tests to use current_thread runtime 2018-06-18 12:30:56 -07:00
examples docs(examples): add a stateful server example with a request counter 2018-07-06 15:24:01 -07:00
src Fix problem after rebasing 2018-07-22 21:33:46 +02:00
tests chore(error): improve message about incomplete parsed messages 2018-06-25 17:29:40 -07:00
.appveyor.yml feat(lib): convert to use tokio 0.1 2018-03-19 11:43:47 -07:00
.gitignore init 2014-08-30 14:18:28 -07:00
.travis.yml feat(client): implement rfc 6555 (happy eyeballs) 2018-07-10 13:43:03 -07:00
Cargo.toml Update links to gitlab 2018-07-22 21:28:42 +02:00
CHANGELOG.md v0.12.6 2018-07-11 17:20:20 -07:00
CONTRIBUTING.md docs(contributing): add link to easy issues 2017-10-09 09:22:01 -07:00
LICENSE init 2014-08-30 14:18:28 -07:00
README.md chore(readme): adjust note about instability around futures 2018-07-11 17:19:20 -07:00

hyper

Travis Build Status Appveyor Build status Coverage Status MIT licensed crates.io Released API docs Master API docs

A fast and correct HTTP implementation for Rust.

Get started by looking over the guides.

Overview

hyper is a fast, safe HTTP implementation written in and for Rust.

hyper offers both an HTTP client and server which can be used to drive complex web applications written entirely in Rust.

hyper makes use of "async IO" (non-blocking sockets) via the Tokio and Futures crates.

Be aware that hyper is still actively evolving towards 1.0, and is likely to experience breaking changes before stabilising. However, this mostly now around the instability of Future and async. The rest of the API is rather stable now. You can also see the issues in the upcoming milestones.

Contributing

To get involved, take a look at CONTRIBUTING.

There are two main avenues for real-time chatting about hyper: a Gitter room and irc.mozilla.org/hyper. They are mirrored, so choose whichever format you prefer.

License

hyper is provided under the MIT license. See LICENSE.