Registry / http-client / cookie-store

cookie-store

JSON →
library0.22.1rscratesunverified

Implementation of Cookie storage and retrieval for HTTP clients.

# Cargo.toml [dependencies] cookie_store = "0.22.1"
INSTALL
IMPORT
SIG · COOKIE-STORE
C
cookie-store
http-clientrustv0.22.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CookieStore
use cookie_store::CookieStore;

Create a new empty CookieStore

use cookie_store::CookieStore; fn main() { let mut store = CookieStore::new(None); println!("Cookie store created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
OpenAI (training)
1
Resources
cookie-store — cargo add cookie-store · libregistry