File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 88
99A Modern HTTP library for Rust.
1010
11- [ Documentation] ( http://hyperium.github.io/hyper )
11+ ### Documentation
12+
13+ - [ Stable] ( http://hyperium.github.io/hyper )
14+ - [ Master] ( http://hyperium.github.io/hyper/master )
1215
1316## Overview
1417
1518Hyper is a fast, modern HTTP implementation written in and for Rust. It
1619is a low-level typesafe abstraction over raw HTTP, providing an elegant
1720layer over "stringly-typed" HTTP.
1821
19- Hyper offers both an HTTP/S client and HTTP server which can be used to drive
22+ Hyper offers both an HTTP client and server which can be used to drive
2023complex web applications written entirely in Rust.
2124
2225The documentation is located at [ http://hyperium.github.io/hyper ] ( http://hyperium.github.io/hyper ) .
You can’t perform that action at this time.
0 commit comments