Skip to content

Latest commit

History

History
13 lines (9 loc) 路 438 Bytes

README.md

File metadata and controls

13 lines (9 loc) 路 438 Bytes
description
Middleware is a function chained in the HTTP request cycle with access to the Context which it uses to perform a specific action, for example, logging every request or enabling CORS.

馃К Middleware

This section contains information about first-party Fiber middleware. For documentation about writing your own middleware, see Routing/Middleware.

馃К Middleware