What HTTP headers does nginx send to SCGI and FastCGI application servers?
Cole Tierney
cole.putnamhill at comcast.net
Tue Dec 2 21:35:44 UTC 2014
On Tue, 02 Dec 2014 20:41:36 +0000, Some Developer wrote:
> I guess I'll just write my daemon and take a dump of all the headers
> manually to see exactly what to expect. At least then I can see how the
> library will perform under real world conditions.
You could try something similar with netcat. The following will listen on port 8111 and print what it receives:
nc -l 8111
--
Cole
More information about the nginx
mailing list