Module client

Source
Expand description

FastCGI client implementation for async communication with FastCGI servers.

This module provides the main Client struct that handles communication with FastCGI servers in both short connection and keep-alive modes. The client can execute requests and receive responses or response streams.

Structsยง

Client
Async client for handling communication between fastcgi server.