Releases: http-rs/http-types
Releases · http-rs/http-types
v1.1.0
Added
- Add equality checks between headers and strings #80
- Derive Hash on StatusCode #87
- Add
body_string
to Request
and Response
#85
Changed
Fixed
- Fix response doc test to actually use
Response
#76
- Fix docs for
ensure
and ensure_eq
macros #78
- Clarify use of
unsafe
#79
- Fix header comparisons with strings #82
- Don't move MIME out of body #83
- Convert Into impls to equivalent From impls #84
- Use right MIME string for FORM mime constant #86