cookie 0.1.21

Crate for parsing HTTP cookie headers and managing a cookie jar. Supports encrypted, signed, and permanent cookie chars composed together in amanner similar to Rails' cookie jar.
Documentation

cookie-rs

Build Status

Documentation

A library for parsing HTTP cookies and managing cookie jars

# Cargo.toml
[dependencies.cookie]
git = "https://github.com/alexcrichton/cookie-rs"