package
0.11.5
Repository: https://github.com/singhalkarun/caddy.git
Documentation: pkg.go.dev

# Packages

Package basicauth implements HTTP Basic Authentication for Caddy.
No description provided by the author
Package browse provides middleware for listing files in a directory when directory path is requested instead of a specific file.
Package errors implements an HTTP error handling middleware.
No description provided by the author
Package extensions contains middleware for clean URLs.
Package fastcgi has middleware that acts as a FastCGI client.
Package gzip provides a middleware layer that performs gzip compression on the response.
Package header provides middleware that appends headers to requests based on a set of configuration rules that define which routes receive which headers.
Package httpserver implements an HTTP server on top of Caddy.
No description provided by the author
Package internalsrv provides a simple middleware that (a) prevents access to internal locations and (b) allows to return files from internal location by setting a special header, e.g.
No description provided by the author
Package log implements request (access) logging middleware.
Package markdown is middleware to render markdown files as HTML on-the-fly.
No description provided by the author
No description provided by the author
Package proxy is middleware that proxies HTTP requests.
No description provided by the author
Package redirect is middleware for redirecting certain requests to other locations.
No description provided by the author
Package rewrite is middleware for rewriting requests internally to a different path.
No description provided by the author
Package staticfiles provides middleware for serving static files from disk.
Package status is middleware for returning status code for requests.
Package templates implements template execution for files to be dynamically rendered for the client.
No description provided by the author
Package websocket implements a WebSocket server by executing a command and piping its input and output through the WebSocket connection.