Contents

NSURLRequest.Attribution.user

The user explicitly directs the app to make a network request.

Declaration

case user

Discussion

Use this value for the attribution parameter of a URL request that satisfies a user request to access an explicit, unmodified URL. In all other cases, use the NSURLRequest.Attribution.developer value instead.

See Also

Request sources