Function HTTPRequest.maxRedirects

Maximum number of allowed redirects.

long maxRedirects() nothrow @property @nogc;

void maxRedirects (
  long v
) nothrow @property @nogc;