Expand description
FastCGI transport for proxying to PHP-FPM and similar FastCGI servers.
Implements the FastCGI protocol per the specification: https://fastcgi-archives.github.io/FastCGI_Specification.html
Structsยง
- Fast
CgiTransport - FastCGI transport: connects to a FastCGI server (e.g. PHP-FPM) and translates HTTP requests into the FastCGI wire protocol.