Skip to content

Release 0.3.2

Compare
Choose a tag to compare
@danwilliams danwilliams released this 05 Oct 16:01
· 154 commits to master since this release

Added

  • Added new(), clear(), empty(), is_empty(), len(), push(), push_bytes(), push_str(), as_bytes(), as_mut_bytes(), into_bytes(), and to_bytes() to http::UnpackedResponseBody
  • Implemented Add and AddAssign functionality for http::UnpackedResponseBody: &[u8], &[u8; N], and &str
  • Implemented AsRef, AsMut, Clone, Default, and Write for http::UnpackedResponseBody
  • Implemented a range of From conversions for http::UnpackedResponseBody: &str, &mut str, String, &String, Box<str>, Cow<'a, str>, char, and u8