---
title: request
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkurlschemetask/request
---

# request

Information about the resource to load.

## Declaration

```swift
var request: URLRequest { get }
```

## Discussion

Discussion Use the value of this property to get the URL of the requested resource, and any additional details. It is safe to retrieve the value of this property even after WebKit cancels the load request by calling your handler’s webView(_:stop:) method.
