An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/gwatts/gin-adapter

Package adapter provides a method of connecting standard Go middleware handlers to Gin's Engine. The adapter uses the request context to pass Gin's context through the wrapped handler and ensure the next middlware on the chain is called correctly. Example of using it with the nosurf CSRF package If the middleware you're using doesn't comply with the f(http.Handler) http.Handler interface, or if extra configuration of the middleware is required, use New instead:
1 version
Latest release: about 3 years ago
30 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/gwatts/gin-adapter

Dependent Repos 0