WebRequest constructor

WebRequest(
  1. HttpRequest _rq
)

Constructor to initialize the WebRequest with the given HttpRequest.

Implementation

WebRequest(this._rq);