- 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.