Documentation ¶
Index ¶
Constants ¶
View Source
const ChrSetN = 123
Variables ¶
This section is empty.
Functions ¶
func GetParams ¶
func GetParams(w http.ResponseWriter, params ...*string)
Types ¶
type FasthttpMux ¶
type FasthttpMux struct { *Rest[fasthttp.RequestHandler] }
func NewFasthttpMux ¶
func NewFasthttpMux(methodNotAllowed, notFound fasthttp.RequestHandler) *FasthttpMux
func (*FasthttpMux) Handler ¶
func (m *FasthttpMux) Handler(ctx *fasthttp.RequestCtx)
type NetHttpMux ¶
type NetHttpMux struct { *Rest[http.HandlerFunc] }
func NewNetHttpMux ¶
func NewNetHttpMux(methodNotAllowed, notFound http.HandlerFunc) *NetHttpMux
func (*NetHttpMux) ServeHTTP ¶
func (m *NetHttpMux) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.