- Type for the
optionsargument ofHttp.requestmethod.
Fields
optionalreport_progress:Null<Bool>
- When it is
true, the amount of bytes sent and/or received for a request will be passed into the callback function
optionalpath:Null<String>
- Path on disc where to download the file. Only overwrites the path if status is 200
optionalchunked_transfer:Null<Bool>
- Use chunked transfer encoding for https requests larger than 16kb.
Defaults to
true.