Module net::cookie

source ·
Expand description

Implementation of cookie creation and matching as specified by http://tools.ietf.org/html/rfc6265

Structs§

  • A stored cookie that wraps the definition in cookie-rs. This is used to implement various behaviours defined in the spec that rely on an associated request URL, which cookie-rs and hyper’s header parsing do not support.