Skip to main content

FCGI_VERSION_1

Constant FCGI_VERSION_1 

pub const FCGI_VERSION_1: u8 = 1; // 1u8
Available on crate feature fastcgi only.
Expand description

Protocol version as defined by the FastCGI specification.

The specification defines only version 1.

Reference: FastCGI Specification §3.3