#agent #user #session #http #rustls-tls #cookie-store-default #reqwest-rustls #multiple-http #reqwest-reqwest-client #preserve-order-feature

user_agent

Provides the concept of a user agent session, storing and retrieving cookies over multiple HTTP requests (a Session)

10 unstable releases (4 breaking)

0.11.0 Jun 10, 2020
0.10.0 Feb 14, 2020
0.9.0 Oct 5, 2019
0.7.0 May 2, 2019
0.6.5 Jan 15, 2019

#309 in HTTP client

Download history 56/week @ 2023-10-31 94/week @ 2023-11-07 115/week @ 2023-11-14 95/week @ 2023-11-21 100/week @ 2023-11-28 46/week @ 2023-12-05 64/week @ 2023-12-12 94/week @ 2023-12-19 72/week @ 2023-12-26 96/week @ 2024-01-02 64/week @ 2024-01-09 101/week @ 2024-01-16 82/week @ 2024-01-23 104/week @ 2024-01-30 170/week @ 2024-02-06 130/week @ 2024-02-13

502 downloads per month

MIT/Apache

40KB
837 lines

Build Status Gitter chat

Documentation

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.

Features

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

License

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

Dependencies

~5.5–9.5MB
~223K SLoC