Module submillisecond::cookies

source ·
Available on crate feature cookies only.
Expand description

Cookies layer and extractor.

Structs

  • Representation of an HTTP cookie.
  • Cookie jar extractor allowing for reading and modifying cookies for a given request.
  • A cryptographic master key for use with Signed and/or Private jars.

Constants

Functions

  • Cookies layer which populates the cookie jar from the incoming request, and adds Set-Cookie header for modified cookies.