rwap

package module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2019 License: MIT Imports: 2 Imported by: 1

README

rwap

go get "github.com/codemodus/rwap"

NOT READY - Do not use.

Documentation

Index

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 ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL