RESTClient.doUpload

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response doUpload(string method, string resource, string[string] queryParameters, string[string] headers, string[] additionalSignedHeaders, Range payload, ulong blockSize)
    class RESTClient
    Response
    doUpload
    (
    Range
    )
    (
    string method
    ,
    string resource
    ,
    string[string] queryParameters
    ,
    string[string] headers
    ,,
    scope Range payload
    ,
    ulong blockSize = 512 * 1024
    )
    if (
    isInputRange!Range &&
    hasLength!Range
    )
  2. Response doUpload(string method, string resource, string[string] queryParameters, string[string] headers, string[] additionalSignedHeaders, Range payload, size_t payloadSize, ulong blockSize)

Meta