package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation: pkg.go.dev

# Functions

ProcessEnv returns FastCGI environment variables associated with the request r for which no effort was made to be included in the request itself - the data is hidden in the request's context.
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.