Documentation
¶
Overview ¶
Accesslog
Index ¶
- func AccessLog(h http.Handler) http.Handler
- func BasicAuth(h http.Handler, realm string, userpass map[string]string, ...) http.Handler
- func CORS(next http.Handler) http.Handler
- func SecureWrapper(h http.Handler) http.Handler
- func SetLog(w io.Writer)
- func Vhost() http.HandlerFunc
- type Msg
- type MsgPool
- type RedirectHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Vhost ¶
func Vhost() http.HandlerFunc
Types ¶
type RedirectHandler ¶
type RedirectHandler struct { }
func (*RedirectHandler) ServeHTTP ¶
func (rh *RedirectHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.