Categorygithub.com/asif-mahmud/go-httputil
modulepackage
1.3.1
Repository: https://github.com/asif-mahmud/go-httputil.git
Documentation: pkg.go.dev

# README

go-httputil

Simple HTTP utilities like middleware, pragmatic route builders based on standard library facilities

# Packages

No description provided by the author
Package helpers contains utility functions which are highly opionated and probably only applicable for specific use cases.
No description provided by the author
No description provided by the author

# Functions

New creates a new instance of Mux.

# Structs

Mux is a wrapper around the http.ServeMux.

# Interfaces

Group defines group level routing methods.
Grouper defines interface to create a new Group.
RouteHandler interface to configure route handlers.
Router interface to create a RouteHandler.

# Type aliases

GroupRouter defines function signature for group level router.
Middleware defines simple middleware signature.