Skip to content

Conversation

DaveRead
Copy link

Added features for CGI applications, both GET and POST. GET is supported by adding a QUERY_STRING to the environment. POST is supported by adding CONTENT_LENGTH to the environment and placing stdin in unbuffered mode to make the content available to the CGI application after the server processes the headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant