[go: up one dir, main page]

cookie 0.1.2

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.
1
2
3
4
5
6
7
8
9
10
11
12
13
# cookie-rs

[![Build Status](https://travis-ci.org/alexcrichton/cookie-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/cookie-rs)

[Documentation](http://alexcrichton.com/cookie-rs/cookie/index.html)

A library for parsing HTTP cookies and managing cookie jars

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