Versions in this module Expand all Collapse all v2 v2.0.0 Mar 6, 2022 Changes in this version + type RkResponseWriter struct + Code int + Size atomic.Int + Writer http.ResponseWriter + func WrapResponseWriter(w http.ResponseWriter) *RkResponseWriter + func (w *RkResponseWriter) Flush() + func (w *RkResponseWriter) Header() http.Header + func (w *RkResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) + func (w *RkResponseWriter) Write(bytes []byte) (int, error) + func (w *RkResponseWriter) WriteHeader(code int) Other modules containing this package github.com/rookie-ninja/rk-zero