Closed amasare closed 4 years ago
Contract should match:
type Response struct { Status string // e.g. "200 OK" StatusCode int // e.g. 200 ... }
according to https://golang.org/src/net/http/response.go?s=731:4298#L25
https://github.com/jarcoal/httpmock/issues/83
Thanks.
Could you do another PR on v1 branch, please? master branch is ni longer in use.
Will do!
Contract should match:
according to https://golang.org/src/net/http/response.go?s=731:4298#L25
Issue
https://github.com/jarcoal/httpmock/issues/83