HttpRequest constructor

HttpRequest(
  1. Uri _url
)

Creates an HttpRequest for the specified URL.

_url The target URL for the request.

Implementation

HttpRequest(this._url);