HTTP transport adapter that stores response cookies in a Session.
This transport adapter modifies the handling of HTTP requests to update the session cookies
based on the response cookies, ensuring that the cookies are stored in the session object
rather than the HTTPX client itself.
HTTP transport adapter that stores response cookies in a
Session
.This transport adapter modifies the handling of HTTP requests to update the session cookies based on the response cookies, ensuring that the cookies are stored in the session object rather than the
HTTPX
client itself.