Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpAsyncClient::RequestOptions Member List

This is the complete list of members for SC::HttpAsyncClient::RequestOptions, including all inherited members.

body (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
bodyLength (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
BodyMode enum name (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
bodyMode (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
bodyStream (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
clearBody() (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
headers (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
keepAlive (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
method (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
multipartWriter (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions
setBody(Span< const char > newBody) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
setBody(StringSpan newBody) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
setBody(const char *newBody) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
setBody(AsyncReadableStream &newBodyStream, uint64_t newBodyLength) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
setHeaders(Span< const Header > newHeaders) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
setKeepAlive(bool newKeepAlive=true) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
setMultipart(HttpMultipartWriter &newMultipartWriter) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
setRequest(HttpParser::Method newMethod, StringSpan newURL, bool newKeepAlive=false) (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptionsinline
url (defined in SC::HttpAsyncClient::RequestOptions)SC::HttpAsyncClient::RequestOptions