-
Follow the redirect as defined in the response.
Declaration
Swift
case follow -
Do not follow the redirect defined in the response.
Declaration
Swift
case doNotFollow -
Modify the redirect request defined in the response.
Declaration
Swift
case modify((URLSessionTask, URLRequest, HTTPURLResponse) -> URLRequest?)
View on GitHub
Install in Dash
Behavior Enumeration Reference