RequestOptions.withProgress

Convenience factory for the dominant per-call case: route this request's progress to cb (the verb mints a unique token), leaving progressToken and logLevel unset. Spelled out so a single-callback caller need not pad the leading positional fields with throwaway values.

struct RequestOptions
static @safe
withProgress
(
void delegate @safe cb
)