Results 5 comments of waclawthedev

I think that we can leave the naming by make the function as ``` // StatusCode returns response status code. func (h *ResponseHeader) StatusCode() int { return h.statusCode } ```...

Think It is a bug to return 200 on timeout

@erikdubbelboer so, I can do that. Is it significant and will be merged?

@erikdubbelboer I figured out that the main problem in missing of response status code in mocking server for tests. I added it