httpRequest property

Request httpRequest
final

The http.Request, as built by the endpoint, which created this request.

The http.Request actually sent, might be different and is available through Response.httpRequest.

Implementation

final http.Request httpRequest;