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