Versions in this module Expand all Collapse all v1 v1.0.9 Jan 9, 2024 v1.0.8 Sep 22, 2022 Changes in this version + type HTTPResponseWriter struct + Bytes *bytes.Buffer + MockHeader http.Header + Status int + func NewHTTPResponseWriter() *HTTPResponseWriter + func (rw *HTTPResponseWriter) Header() http.Header + func (rw *HTTPResponseWriter) Write(byts []byte) (int, error) + func (rw *HTTPResponseWriter) WriteHeader(statusCode int)