Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
chttp-0.5.5
chttp 0.5.5
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sagebind
Dependencies
bytes ^0.4
normal
chrono ^0.4
normal
optional
crossbeam-channel ^0.3
normal
curl ^0.4.20
normal
curl-sys ^0.4.20
normal
futures-io-preview =0.3.0-alpha.17
normal
futures-util-preview =0.3.0-alpha.17
normal
http ^0.1
normal
lazy_static ^1
normal
log ^0.4
normal
parking_lot ^0.9
normal
optional
publicsuffix ^1.5
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
slab ^0.4
normal
sluice ^0.4
normal
env_logger ^0.6
dev
futures-preview =0.3.0-alpha.17
dev
mockito ^0.20
dev
rayon ^1
dev
speculate ^0.1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
chttp
0.5.5
Module cookies
Module Items
Structs
In crate chttp
chttp
Module
cookies
Copy item path
Source
Expand description
Cookie state management.
This module provides a cookie jar implementation conforming to RFC 6265.
Structs
ยง
Cookie
Information stored about an HTTP cookie.
Cookie
Jar
Provides automatic cookie session management using an in-memory cookie store.