Registry / http-client / reqwest-cookie-store

reqwest-cookie-store

JSON →
library0.10.0rscratesunverified

Provides an implementation of the reqwest::cookie::CookieStore trait using cookie_store::CookieStore.

# Cargo.toml [dependencies] reqwest_cookie_store = "0.10.0"
INSTALL
IMPORT
SIG · REQWEST-COOKIE-STO
R
reqwest-cookie-store
http-clientrustv0.10.0
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.

CookieStoreRwLock
use reqwest_cookie_store::CookieStoreRwLock;

Create a thread-safe cookie store for reqwest.

use reqwest_cookie_store::CookieStoreRwLock; use std::sync::Arc; fn main() { let _store = Arc::new(CookieStoreRwLock::default()); }
Debug
Known issues
gotchaRequires the `cookies` feature on reqwest.
fix
Add `reqwest = { version = "0.12", features = ["cookies"] }` to Cargo.toml.
affects: >=0.10.0
Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources
reqwest-cookie-store — cargo add reqwest-cookie-store · libregistry