Contents

url

The destination URL for this request.

Declaration

var url: URL! { get }

Discussion

Use this property to look up the URL of the HTTP request that was set in init(forServiceType:requestMethod:url:parameters:). Possible values are dependent on the target service and are documented by the service provider. For links to documentation for the supported services, see Table 1 in SLRequest.

See Also

Getting the Request Details