Function HTTPClient.blockingModeEnabled
If true
, execution will block until all data is read from the response.
bool blockingModeEnabled() nothrow @property @nogc;
void blockingModeEnabled
(
bool v
) nothrow @property @nogc;