# README
Router
A simple wrapper for httprouter that supports middleware & sub-routers. Additionally, it uses the new Go 1.22 http.Request feature to set Path values on the http.Request.
# Packages
No description provided by the author
# Functions
HealthCheckHandler returns an http.Handler that handles health check requests.
No description provided by the author
NewServer creates a new HTTP server with the specified address and handler.
Run runs the HTTP server using the provided context and server configuration.
RunServer runs the server using the provided context and input parameters.
# Type aliases
No description provided by the author