This is the complete list of members for SC::HttpClientSession, including all inherited members.
| addAuthorization(StringSpan origin, StringSpan authorizationHeader) (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| beginRetry(HttpClientSessionRetryState &state, const HttpClientRequest &request, HttpClientSessionRetryPolicy policy) const (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| captureResponse(const HttpClientRequest &request, const HttpClientResponse &response) (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| clear() (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| clearAuthorizations() (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| clearCookies() (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| findAuthorization(StringSpan origin, StringSpan &authorizationHeader) const (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| findBasicAuthChallenge(const HttpClientResponse &response, HttpClientSessionAuthChallenge::Target target, HttpClientSessionAuthChallenge &challenge) (defined in SC::HttpClientSession) | SC::HttpClientSession | static |
| findCookie(StringSpan name, StringSpan domain, StringSpan path, HttpClientSessionCookie &cookie) const (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| getNumAuthorizations() const (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| getNumCookies() const (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| hasAuthorization(StringSpan origin) const (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| hasCookie(StringSpan name, StringSpan domain, StringSpan path) const (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| init(const HttpClientSessionMemory &memory) (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| isIdempotentMethod(HttpClientRequest::Method method) (defined in SC::HttpClientSession) | SC::HttpClientSession | static |
| isInitialized() const (defined in SC::HttpClientSession) | SC::HttpClientSession | inline |
| isRetryableStatusCode(int statusCode) (defined in SC::HttpClientSession) | SC::HttpClientSession | static |
| makeBasicAuthorization(StringSpan username, StringSpan password, Span< char > destination, StringSpan &authorizationHeader) (defined in SC::HttpClientSession) | SC::HttpClientSession | static |
| makeBasicAuthorizationForChallenge(const HttpClientResponse &response, HttpClientSessionAuthChallenge::Target target, StringSpan username, StringSpan password, Span< char > destination, StringSpan &authorizationHeader) (defined in SC::HttpClientSession) | SC::HttpClientSession | static |
| prepareRequest(const HttpClientRequest &source, HttpClientRequest &prepared) (defined in SC::HttpClientSession) | SC::HttpClientSession | |
| shouldRetry(HttpClientSessionRetryState &state, Result transportResult, const HttpClientResponse *response) const (defined in SC::HttpClientSession) | SC::HttpClientSession |