HttpRequest constructor
HttpRequest(
- Uri _url
Creates an HttpRequest for the specified URL.
_url The target URL for the request.
Implementation
HttpRequest(this._url);
Creates an HttpRequest for the specified URL.
_url The target URL for the request.
HttpRequest(this._url);