rust-cookie
Crate for parsing HTTP cookie headers and managing a cookie jar
Parse HTTP cookie headers and manage a cookie jar with this crate. It supports signed and private (encrypted + signed) jars.
- Versions: 0.15.1 · 0.14.2 · 0.12.0 · 0.11.3
- Website: https://github.com/SergioBenitez/cookie-rs
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of rust-cookie
as follows:
guix install rust-cookie
Or install a particular version:
guix install rust-cookie@0.11.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.