Module afire::cookie

source ·
Expand description

Cookies! This module provides a simple interface for setting and receiving cookies.

Structs

  • Represents a Cookie
  • A collection of Cookies.
  • Represents a Set-Cookie header. Has more information than a normal Cookie (e.g. max-age, domain, path, secure).