Return true if the current process was invoked as a CGI script.
Return true if it seems likely that we are being invoked as an NPH (non-parsed headers) script.
Load the CGI request from the environment / standard input.
Write the response headers from a HTTP response in CGI format.
Write a HTTP response in CGI format.
Write the response headers from a HTTP response in CGI NPH format.
Write a HTTP response in CGI NPH format.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Support for implementing CGI scripts.