Categorygithub.com/maddiesch/go-router
modulepackage
1.0.0
Repository: https://github.com/maddiesch/go-router.git
Documentation: pkg.go.dev

# README

Router

codecov

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.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author