//
pkg.gl
Category
github.com/nicholas-fedor/Network-Programming-with-Go
Ch09
handlers
package
0.0.0-20241225211424-42e8fcaa5c3f
Repository:
https://github.com/nicholas-fedor/network-programming-with-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
156 SLOC
#
Functions
DefaultHandler
No description provided by the author
DefaultMethodsHandler
Pages 199-200 Listing 9-7: Default implementation of the Methods Handler.
#
Type aliases
Methods
Methods is a map whose key is an HTTP method and whose value is an http.Handler.