mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Keepin' the comments true
This commit is contained in:
parent
20118bdfd2
commit
085f6e9560
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ type (
|
||||||
// Middleware is the middle layer which represents the traditional
|
// Middleware is the middle layer which represents the traditional
|
||||||
// idea of middleware: it chains one Handler to the next by being
|
// idea of middleware: it chains one Handler to the next by being
|
||||||
// passed the next Handler in the chain.
|
// passed the next Handler in the chain.
|
||||||
//
|
|
||||||
// Note: This type will be moved into a different package in the future.
|
|
||||||
Middleware func(Handler) Handler
|
Middleware func(Handler) Handler
|
||||||
|
|
||||||
// Handler is like http.Handler except ServeHTTP returns a status code
|
// Handler is like http.Handler except ServeHTTP returns a status code
|
||||||
|
|
Loading…
Reference in a new issue