Skip to content

New cookie APIs

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 20:01
· 39 commits to master since this release

Added

  • Expose new APIs for cookie construction, updating, and adding to cookie jar. You can now create your own cookies with Cookie::builder and put arbitrary cookies into the cookie jar with CookieJar::set. (#264, #349) @jacobmischka
  • Add bytes() convenience methods to ReadResponseExt and AsyncReadResponseExt which read the entire response body into a Vec<u8>. (#352) @sagebind
  • Speed up CI by adding caching to CI (#358) @sagebind

Security

Dependency Updates