Base class for an abstract ongoing FastCGI request.
Override this method to provide a factory for your Request implementation.
Return the request with the given ID.
Clear the given request ID.
Create and return a request with the given ID.
Write a raw FastCGI packet.
Maximum number of concurrent connections to advertise.
Maximum number of concurrent requests to advertise.
Whether to advertise support for multiplexing.
In-flight requests.
Connection used to construct this object.
Optional logger.
Higher-level FastCGI app server implementation, handling the various FastCGI response types.