Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 466 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 466 Bytes

Mad Hatter

Build Status

Mad Hatter provides a convenient way to chain HTTP middleware functions, similar to Alice. It just differs by the fact that it does not expect middleware to fulfill the http.Handler interface - instead it comes with it's own Handler interface that passes a context.Context in addition.