redirectConfiguration

Enables following 3xx redirects automatically.

HTTPClient.swift:803
var redirectConfiguration: RedirectConfiguration

Following redirects are supported:

  • 301: Moved Permanently

  • 302: Found

  • 303: See Other

  • 304: Not Modified

  • 305: Use Proxy

  • 307: Temporary Redirect

  • 308: Permanent Redirect