Module conn

Source
Expand description

Connection mode definitions for FastCGI clients.

This module defines the different connection modes that can be used with the FastCGI client: short connection and keep-alive modes.

Structs§

KeepAlive
Keep alive connection mode.
ShortConn
Short connection mode.

Traits§

Mode
Trait defining the behavior of different connection modes.