cookie 0.18.1

HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars.
Documentation

cookie

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 0 of them enabled by default.

signed

  • hmac
  • sha2
  • base64
  • rand
  • subtle

private

  • aes-gcm
  • base64
  • rand
  • subtle

secure

  • private
  • signed
  • key-expansion

key-expansion

  • sha2
  • hkdf

percent-encoding

  • dep:percent-encoding

hkdf

  • dep:hkdf

aes-gcm

  • dep:aes-gcm

percent-encode

  • percent-encoding

subtle

  • dep:subtle

sha2

  • dep:sha2

base64

  • dep:base64

rand

  • dep:rand

hmac

  • dep:hmac