remote/request_options library

Classes

RequestOptions
Per-call knobs that are not part of the request's description.

Typedefs

ProgressCallback = void Function(int transferred, int total)
Reports transfer progress. total is -1 when the length is unknown.