package
0.0.0-20201218205939-46eaf55eb183
Repository: https://github.com/aj2o/golang-httpserver.git
Documentation: pkg.go.dev

# Functions

Chain applies middlewares to a http.HandlerFunc.
Hello prints "hello world" to the console.
HelloPerson prints hello to the specified person.
Logging logs all requests with its path and the time it took to process.
Method ensures that url can only be requested with a specific method, else returns a 400 Bad Request.

# Type aliases

No description provided by the author