Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpClientSessionMemory Struct Reference

Caller-owned memory for the optional HttpClientSession layer. More...

#include <HttpClientSession.h>

Public Attributes

Span< HttpClientHeaderrequestHeaders
 Header workspace for prepared requests.
 
Span< HttpClientSessionCookiecookies
 Durable cookie slots.
 
Span< HttpClientSessionAuthCacheEntryauthEntries
 Durable auth cache slots.
 
Span< char > headerScratch
 Per-prepare header value scratch.
 
Span< char > stateScratch
 Append-only durable state string scratch.
 

Detailed Description

Caller-owned memory for the optional HttpClientSession layer.

Member Data Documentation

◆ authEntries

Span<HttpClientSessionAuthCacheEntry> SC::HttpClientSessionMemory::authEntries

Durable auth cache slots.

◆ cookies

Span<HttpClientSessionCookie> SC::HttpClientSessionMemory::cookies

Durable cookie slots.

◆ headerScratch

Span<char> SC::HttpClientSessionMemory::headerScratch

Per-prepare header value scratch.

◆ requestHeaders

Span<HttpClientHeader> SC::HttpClientSessionMemory::requestHeaders

Header workspace for prepared requests.

◆ stateScratch

Span<char> SC::HttpClientSessionMemory::stateScratch

Append-only durable state string scratch.


The documentation for this struct was generated from the following file: