package
0.0.0-20241030160950-bd9432071d43
Repository: https://github.com/flutterdizaster/file-server.git
Documentation: pkg.go.dev

# Functions

Logger is a middleware that logs incoming requests and logging some of the details to slog.
MakeChain wraps a list of middlewares in a chain.

# Constants

No description provided by the author

# Structs

Auth is a stateful middleware that checks if user is authorized.

# Type aliases

No description provided by the author
Middleware is a function that takes an http.Handler and returns an http.Handler.