RESTClient

Undocumented in source.

Constructors

this
this(string endpoint, string region, string service, AWSCredentialSource credsSource, ClientConfiguration config)
Undocumented in source.

Members

Functions

checkForError
void checkForError(HTTPClientResponse response, string file, size_t line, Throwable next)
Undocumented in source. Be warned that the author may not have intended to support it.
doRequest
HTTPClientResponse doRequest(HTTPMethod method, string resource, string[string] queryParameters, InetHeaderMap headers, ubyte[] reqBody)
Undocumented in source. Be warned that the author may not have intended to support it.
doUpload
HTTPClientResponse doUpload(HTTPMethod method, string resource, string[string] queryParameters, InetHeaderMap headers, string[] additionalSignedHeaders, RandomAccessStream payload, ulong blockSize)
Undocumented in source. Be warned that the author may not have intended to support it.
doUpload
HTTPClientResponse doUpload(HTTPMethod method, string resource, string[string] queryParameters, InetHeaderMap headers, string[] additionalSignedHeaders, InputStream payload, ulong payloadSize, ulong blockSize)
Undocumented in source. Be warned that the author may not have intended to support it.
makeException
AWSException makeException(string type, bool retriable, string message, string file, size_t line, Throwable next)
Undocumented in source. Be warned that the author may not have intended to support it.
readXML
XmlNode readXML(HTTPClientResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

endpoint
string endpoint;
Undocumented in source.
region
string region;
Undocumented in source.
service
string service;
Undocumented in source.

Meta