TestResponse constructor
TestResponse(
- Response raw
Creates a new TestResponse from an underlying http.Response.
Implementation
TestResponse(this.raw);
Creates a new TestResponse from an underlying http.Response.
TestResponse(this.raw);