Skip to content

v0.2.5

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 21 Sep 17:38
· 111 commits to master since this release
  • Add is_empty() and len() methods to Extensions.
  • Add version_ref() method to request::Builder.
  • Implement TryFrom<Vec<u8>> and TryFrom<String> for Authority, Uri, PathAndQuery, and HeaderName.
  • Make HeaderValue::from_static a const fn.