README ¶ rwap go get "github.com/codemodus/rwap" NOT READY - Do not use. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Wrap(next http.Handler) http.Handler type Rwap func AsRwap(w http.ResponseWriter) (*Rwap, bool) func New(w http.ResponseWriter) *Rwap func (w *Rwap) ContentLength() int64 func (w *Rwap) Status() int func (w *Rwap) Write(p []byte) (int, error) func (w *Rwap) WriteHeader(status int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Wrap ¶ func Wrap(next http.Handler) http.Handler Wrap ... Types ¶ type Rwap ¶ added in v0.2.0 type Rwap struct { http.ResponseWriter // contains filtered or unexported fields } Rwap ... func AsRwap ¶ added in v0.2.0 func AsRwap(w http.ResponseWriter) (*Rwap, bool) AsRwap ... func New ¶ added in v0.2.0 func New(w http.ResponseWriter) *Rwap New ... func (*Rwap) ContentLength ¶ added in v0.2.0 func (w *Rwap) ContentLength() int64 ContentLength ... func (*Rwap) Status ¶ added in v0.2.0 func (w *Rwap) Status() int Status ... func (*Rwap) Write ¶ added in v0.2.0 func (w *Rwap) Write(p []byte) (int, error) func (*Rwap) WriteHeader ¶ added in v0.2.0 func (w *Rwap) WriteHeader(status int) WriteHeader ... Source Files ¶ View all Source files rwap.go Click to show internal directories. Click to hide internal directories.