Skip to main content

Module http_session

Module http_session 

Source
Expand description

HTTP session management for authenticated requests.

An HttpSession stores cookies, auth headers, and CSRF tokens obtained during authentication. It can be applied to any HttpClient request to make authenticated API calls and page fetches.

Structs§

HttpSession
An authenticated HTTP session.

Enums§

AuthType
Type of authentication used to establish a session.