package
1.0.0
Repository: https://github.com/fiorix/go-web.git
Documentation: pkg.go.dev

# Functions

HandleFunc registers the handler function for the given pattern in the DefaultServeMux.
NewServeMux allocates and returns a new ServeMux.

# Variables

DefaultServeMux is the default ServeMux used by Serve.

# Structs

ServeMux is an HTTP request multiplexer.