redirect
An URL request instance if the loading request was redirected.
Declaration
var redirect: URLRequest? { get set }Discussion
Set this property to an instance of NSURLRequest indicating a redirection of the loading request to another URL.
If no redirection is needed, the value of this property must be nil, which is the default.