Versions in this module Expand all Collapse all v0 v0.0.2 Oct 20, 2017 Changes in this version + func CreateUserHandler(env *env.Env, w http.ResponseWriter, req *http.Request) error + func PathMatch(env *env.Env, rtr *mux.Router) *mux.Router + type Error interface + Status func() int + type HTTPStatusError struct + Code int + Err error + func (hse HTTPStatusError) Error() string + func (hse HTTPStatusError) Status() int + type Handler struct + Env *env.Env + H func(e *env.Env, w http.ResponseWriter, r *http.Request) error + func (h Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)