File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.17 (April 5, 2019)
2
+
3
+ * Add ` Error::inner_ref() ` to view the kind of error (#303 )
4
+ * Add ` headers_ref() ` and ` headers_mut() ` methods to ` request::Builder ` and ` response::Builder ` (#293 )
5
+
1
6
# 0.1.16 (February 19, 2019)
2
7
3
8
* Fix ` Uri ` to permit more characters in the ` path ` (#296 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "http"
4
4
# - Update html_root_url in lib.rs.
5
5
# - Update CHANGELOG.md.
6
6
# - Create git tag
7
- version = " 0.1.16 "
7
+ version = " 0.1.17 "
8
8
readme = " README.md"
9
9
documentation = " https://docs.rs/http"
10
10
repository = " https://github.com/hyperium/http"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/http/0.1.16 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/http/0.1.17 " ) ]
2
2
3
3
//! A general purpose library of common HTTP types
4
4
//!
You can’t perform that action at this time.
0 commit comments