apiUrl property

Uri apiUrl
final

The base URL of the proxy API that will handle the requests.

This is the endpoint of your proxy API that accepts requests and forwards them to the target URL.

Example: https://api.proxyservice.com/scrape

Implementation

final Uri apiUrl;