Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTypeError = errors.New("not the proper custom responseWriter")
Functions ¶
This section is empty.
Types ¶
type ResponseWriter ¶
type ResponseWriter struct { http.ResponseWriter StatusCode int }
func Tranform ¶
func Tranform(w http.ResponseWriter) *ResponseWriter
func (*ResponseWriter) WriteHeader ¶
func (w *ResponseWriter) WriteHeader(code int)
Click to show internal directories.
Click to hide internal directories.