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§
- Http
Session - An authenticated HTTP session.
Enums§
- Auth
Type - Type of authentication used to establish a session.