package
Version:
v0.0.0-...-c42f008
Opens a new window with list of versions in this module.
Published: Jun 16, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Chain is a helper to build up a pipeline of middlewares, then apply them to a
final handler.
Then applies the entire chain of middlewares to the final handler in reverse
order.
Use appends a middleware to the chain.
Middleware is a function that wraps an http.Handler with custom logic.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.