RESTClient

Undocumented in source.

Constructors

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

Members

Functions

checkForError
void checkForError(Response response, string file, size_t line, Throwable next)
Undocumented in source. Be warned that the author may not have intended to support it.
doRequest
Response doRequest(string method, string resource, string[string] queryParameters, string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
doRequest
Response doRequest(string method, string resource, string[string] queryParameters, string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
doUpload
Response doUpload(string method, string resource, string[string] queryParameters, string[string] headers, string[] additionalSignedHeaders, Range payload, ulong blockSize)
Undocumented in source. Be warned that the author may not have intended to support it.
doUpload
Response doUpload(string method, string resource, string[string] queryParameters, string[string] headers, string[] additionalSignedHeaders, Range payload, size_t 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
Document readXML(Response response)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

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

Meta