cookie 0.11.5

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 12 feature flags, 0 of them enabled by default.

signed

  • hmac
  • sha2
  • base64
  • rand
  • key-expansion

private

  • aes-gcm
  • base64
  • rand
  • key-expansion

secure

  • private
  • signed

key-expansion

  • sha2
  • hkdf

percent-encode

  • percent-encoding

base64

    This feature flag does not enable additional features.

hmac

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

aes-gcm

    This feature flag does not enable additional features.

hkdf

    This feature flag does not enable additional features.

percent-encoding

    This feature flag does not enable additional features.