File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " chttp"
3
- version = " 0.5.4 "
3
+ version = " 0.5.5 "
4
4
description = " The practical HTTP client that is fun to use."
5
5
authors = [
" Stephen M. Coakley <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- # cHTTP
1
+ # [ Isahc ] (formerly cHTTP)
2
2
3
3
The practical HTTP client that is fun to use.
4
4
5
- [ ![ Crates.io] ( https://img.shields.io/crates/v/chttp.svg )] ( https://crates.io/crates/chttp )
6
- [ ![ Documentation] ( https://docs.rs/chttp/badge.svg )] [ documentation ]
5
+ ** Note: cHTTP has been renamed to [ Isahc] . Check out the latest and greatest versions under the new name!**
6
+
7
+ [ ![ Crates.io] ( https://img.shields.io/crates/v/isahc.svg )] ( https://crates.io/crates/isahc )
8
+ [ ![ Documentation] ( https://docs.rs/isahc/badge.svg )] [ documentation ]
7
9
![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )
8
10
9
11
## Key features
@@ -87,8 +89,9 @@ This library is licensed under the MIT license. See the [LICENSE](LICENSE) file
87
89
88
90
89
91
[ async/await ] : https://rust-lang.github.io/async-book/01_getting_started/04_async_await_primer.html
90
- [ documentation ] : https://docs.rs/chttp
92
+ [ documentation ] : https://docs.rs/isahc
91
93
[ http ] : https://github.com/hyperium/http
94
+ [ isahc ] : https://crates.io/crates/isahc
92
95
[ libcurl ] : https://curl.haxx.se/libcurl/
93
96
[ multi interface ] : https://curl.haxx.se/libcurl/c/libcurl-multi.html
94
97
[ serde ] : https://serde.rs
You can’t perform that action at this time.
0 commit comments