This repository was archived by the owner on May 21, 2025. It is now read-only.
This repository was archived by the owner on May 21, 2025. It is now read-only.
Generalize adapters #18
Closed
Description
chi.Mux
, gin.Engine
, gorillamux.Router
, http.HandlerFunc
and negroni.Negroni
all implements the http.Handler
interface, and all there adapter files are strikingly similar. All the adapters could probably be replaced with a single adapter which takes that http.Handler
interface instead of the concrete implementations.
Which I noticed after opening #17 which adds this to only the handlerfunc package a new httpadapter package. (Which all others could delegate to).
Metadata
Metadata
Assignees
Labels
No labels