什么是 FastCGI 的命令行客户端?

What is a command-line client for FastCGI?

我正在寻找类似 cURL or httpie 的东西,但不是连接到 Internet 套接字并使用 HTTP 1.1,而是连接到 Unix 套接字并使用 FastCGI。

这是为了调试目的。 ncat/socat 由于协议的性质,不要完全削减它。

我用过fast-cgi-client,效果很好。

https://github.com/hollodotme/fast-cgi-client

你也可以试试纯fcgi-client

https://github.com/NiR-/fcgi-client