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

# Functions

Dial connects to the fcgi responder at the specified network address, using default net.Dialer.
DialContext is like Dial but passes ctx to dialer.Dial.
DialWithDialerContext connects to the fcgi responder at the specified network address, using custom net.Dialer and a context.

# Constants

AbortRequest is the abort request flag.
Authorizer is the authorizer flag.
BeginRequest is the begin request flag.
CantMultiplexConns is the multiplexed connections flag.
Data is the data flag.
EndRequest is the end request flag.
FCGIHeaderLen describes header length.
FCGIKeepConn describes keep connection mode.
FCGIListenSockFileno describes listen socket file number.
FCGINullRequestID describes the null request ID.
Filter is the filter flag.
GetValues is the get values flag.
GetValuesResult is the get values result flag.
MaxConns is the maximum connections flag.
MaxRequests is the maximum requests flag.
MaxType is the maximum type flag.
MultiplexConns is the multiplex connections flag.
Overloaded is the overloaded flag.
Params is the parameters flag.
RequestComplete is the completed request flag.
Responder is the responder flag.
Stderr is the standard error flag.
Stdin is the standard input flag.
Stdout is the standard output flag.
UnknownRole is the unknown role flag.
UnknownType is the unknown type flag.
Version1 describes the version.

# Variables

ErrIndexMissingSplit describes an index configuration error.

# Structs

FCGIClient implements a FastCGI client, which is a standard for interfacing external applications with Web servers.
Handler is a middleware type that can handle requests as a FastCGI client.
Rule represents a FastCGI handling rule.

# Type aliases

LogError is a non fatal error that allows requests to go through.