We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 246c64b + 19d2530 commit e2611b4Copy full SHA for e2611b4
README.md
@@ -1,8 +1,9 @@
1
# hyper
2
3
[](https://travis-ci.org/hyperium/hyper)
4
-[](https://crates.io/crates/hyper)
5
[](https://coveralls.io/r/hyperium/hyper?branch=master)
+[](./LICENSE)
6
+[](https://crates.io/crates/hyper)
7
8
A Modern HTTP library for Rust.
9
@@ -72,8 +73,3 @@ fn main() {
72
73
println!("Response: {}", body);
74
}
75
```
-
76
-## License
77
78
-[MIT](./LICENSE)
79
0 commit comments