package
0.0.0-20241218063933-29cd8d68fd24
Repository: https://github.com/mintoolkit/mint.git
Documentation: pkg.go.dev
# Functions
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.
# Structs
FastCGITransport facilitates FastCGI communication.
FCGIClient implements a FastCGI client, which is a standard for interfacing external applications with Web servers.