Contents

request

The request that was used to create the data source.

Declaration

var request: NSMutableURLRequest! { get }

Discussion

This URL may be different from the original request from initialRequest.

A web view’s resource load delegate may modify requests by implementing the webView:resource:willSendRequest:redirectResponse:fromDataSource: method.

See Also

Getting the request and response