LWDRequest constructor

LWDRequest(
  1. String body,
  2. Map<String, String> params,
  3. Map<String, Object> headers,
  4. String method,
  5. List<Cookie> cookies,
  6. Uri url,
  7. HttpResponse response,
  8. HttpRequest originalRequest,
)

Implementation

LWDRequest(this.body, this.params, this.headers, this.method, this.cookies,
    this.url, this.response, this.originalRequest);