//
pkg.gl
Category
github.com/fiorix/go-web
remux
package
1.0.0
Repository:
https://github.com/fiorix/go-web.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
102 SLOC
#
Functions
HandleFunc
HandleFunc registers the handler function for the given pattern in the DefaultServeMux.
NewServeMux
NewServeMux allocates and returns a new ServeMux.
#
Variables
DefaultServeMux
DefaultServeMux is the default ServeMux used by Serve.
#
Structs
ServeMux
ServeMux is an HTTP request multiplexer.