Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChainMiddlewares ¶
func ChainMiddlewares(handler fasthttp.RequestHandler, middlewares ...schemas.BifrostHTTPMiddleware) fasthttp.RequestHandler
ChainMiddlewares chains multiple middlewares together Middlewares are applied in order: the first middleware wraps the second, etc. This allows earlier middlewares to short-circuit by not calling next(ctx)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.