FastCGI


Description:

public namespace FastCGI

FastCGI server interface library

This library makes it easy to be a server for FastCGI programs so that a web server, like Apache, nginx, or lighthttpd can proxy for this application.

There are three interfaces: a CGI-esque interface available through stdin and friends, a single-threaded interface available via accept and a multi-threaded interface available via request.


Namespace: FastCGI
Package: fcgi

Content:

Classes:

Structs:

Enums:

Constants:

Methods:

Fields:




2022 vala-language.org