gfcgi 0.3.1

Native Rust library for FastCGI with multithreading and multiplexing support
Documentation

#The FastCGI Rust implementation.

gfcgi a native Rust library for FastCGI.
Library is supporting multithreaded socket listener and HTTP-instances multiplexed onto a single connection.
For details look example directory.

FastCGI it's great solutions to handling HTTP-requests without overhead. Completely supporting HTTP or HTTPS by any popular web-servers.