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-encode

  • percent-encoding

subtle

  • dep:subtle

hkdf

  • dep:hkdf

hmac

  • dep:hmac

base64

  • dep:base64

sha2

  • dep:sha2

rand

  • dep:rand

percent-encoding

  • dep:percent-encoding

aes-gcm

  • dep:aes-gcm