Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ConstructorFunc / MiddlewareFunc
MiddlewareFunc defines a standard signature for a http.HandlerFunc which accepts a chained http.Handler to invoke. ConstructorFunc supplies an adapter for converting a MiddlewareFunc into a Constructor. This is most useful for building middleware with bound parameters via closures.
- Loading branch information