| Crates.io | user_agent |
| lib.rs | user_agent |
| version | 0.11.0 |
| created_at | 2019-01-11 00:23:20.70605+00 |
| updated_at | 2020-06-10 21:58:53.146307+00 |
| description | Provides the concept of a user agent session, storing and retrieving cookies over multiple HTTP requests (a `Session`). |
| homepage | |
| repository | https://github.com/pfernie/user_agent |
| max_upload_size | |
| id | 107846 |
| size | 53,824 |
NOTE: reqwest provides support for a cookie_store as of v0.9.14. It currently lacks an API for saving/loading a CookieStore, but consider using the directly provided functionality in lieu of this crate.
Provides the concept of a user agent session, storing and retrieving cookies over multiple HTTP requests (a Session).
Included is an implementation of Session using a reqwest reqwest::Client.
The RFC6265 implementation has been moved to a separate repo/crate.
preserve_order - enable the preserve_order feature of cookie_store
default-tls - enable the default-tls feature of reqwest
rustls-tls - enable the rustls-tls feature of reqwest
This project is licensed and distributed under the terms of both the MIT license and Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT