Versions in this module Expand all Collapse all v1 v1.0.0 Nov 11, 2022 Changes in this version + type TestResponseWriter struct + Output string + StatusCode int + func (rw *TestResponseWriter) Header() http.Header + func (rw *TestResponseWriter) Write(bytes []byte) (int, error) + func (rw *TestResponseWriter) WriteHeader(i int) + type TestRoundTripper struct + func (t *TestRoundTripper) RoundTrip(req *http.Request) (*http.Response, error)