package
0.0.0-20211022102620-63bdbfa47188
Repository: https://github.com/gp42/pf-demo.git
Documentation: pkg.go.dev
# Packages
Package handler implements handlers for HTTP routes.
# Functions
NewServer creates a new HTTP server listenAddr must be in format: "<INTERFACE_ADDRESS>:<PORT>".
RequestToIP finds client IP address from an HTTP request.
# Structs
Middleware object contains configuration for the RequestMiddleware.
Server stores HTTP server configuration.