Skip to content

Releases: http-rs/http-types

v1.1.0

24 Mar 13:00
Compare
Choose a tag to compare

Added

  • Add equality checks between headers and strings #80
  • Derive Hash on StatusCode #87
  • Add body_string to Request and Response #85

Changed

  • Simplified tests #81

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