package
0.2.0-alpha
Repository: https://github.com/vmware-archive/dispatch.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
GeneratePKI generates private key and a self-signed certificate, stores their encoded representation into files, and returns paths to those files, if successful.
NewServer creates a HTTP server with given handler as a default handler.
# Structs
AllInOneRouter implements a simple HTTP handler that routes requests to proper sub-service handlers When executing dispatch in a single binary mode.
Server provides an HTTP server with reasonable defaults, ability to handle both http and https, and proper shutdown.