The response object of this Request.
Do not write to this value manually. RequestControllers are responsible for using a Response instance to fill out this property.
Source
HttpResponse get response => innerRequest.response;
The response object of this Request.
Do not write to this value manually. RequestControllers are responsible for using a Response instance to fill out this property.
HttpResponse get response => innerRequest.response;