Documentation
¶
Index ¶
- func CSRFExempt(globs ...string)
- func Dropper(paths ...string) func(next http.Handler) http.Handler
- func LogWith(ctx context.Context, keyvals ...interface{})
- func Nosurfing(h http.Handler) http.Handler
- func Respond(r *http.Request) *render.Render
- func SocketOnly(next http.Handler) http.Handler
- func WithRender(ren *render.Render) func(next http.Handler) http.Handler
- type OptionFunc
- type Optioner
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CSRFExempt ¶
func CSRFExempt(globs ...string)
Types ¶
type OptionFunc ¶
func (OptionFunc) Apply ¶
func (of OptionFunc) Apply(s *Server) error
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.