cookie 0.17.0

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

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

percent-encoding

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.

hmac

    This feature flag does not enable additional features.

base64

    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.