Module xitca_web::handler::cookie

source ·
Expand description

type extractor and responder for cookies.

Structs§

  • Representation of an HTTP cookie.
  • container of cookies extracted from request.
  • an extractor type wrapping around Key hinting itself can be extracted from request extensions. See WebRequest::extensions for run time state management.
  • A cryptographic master key for use with Signed and/or Private jars.
  • encrypted cookie container type. must annotate the generic type param with types that can provide the key for encryption. See StateKey and ExtensionKey for detail.
  • encrypted cookie container type. must annotate the generic type param with types that can provide the key for encryption. See StateKey and ExtensionKey for detail.
  • an extractor type wrapping around Key hinting itself can be extracted from application state. See App::with_state for compile time state management.

Enums§