package
0.15.5
Repository: https://github.com/caddy-plugins/caddy-filter.git
Documentation: pkg.go.dev

# Functions

Serve accepts incoming FastCGI connections on the listener l, creating a new goroutine for each.

# Variables

ErrConnClosed is returned by Read when a handler attempts to read the body of a request after the connection to the web server has been closed.
ErrRequestAborted is returned by Read when a handler attempts to read the body of a request that has been aborted by the web server.

# Structs

Request holds the state for an in-progress request.

# Interfaces

A ResponseWriter interface is used by an HTTP handler to construct an HTTP response.