Versions in this module Expand all Collapse all v1 v1.0.12 Jul 30, 2025 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)