Crate fcgi_client

Crate fcgi_client 

Source

Re-exports§

pub use crate::client::Client;
pub use crate::params::Params;
pub use crate::request::Request;
pub use crate::response::Response;

Modules§

client
FastCGI client implementation for async communication with FastCGI servers.
conn
Connection mode definitions for FastCGI clients.
meta
Internal FastCGI protocol metadata structures and parsing.
params
FastCGI parameters builder and container.
request
FastCGI request structure and builders.
response
FastCGI response types and streaming support.

Enums§

ClientError
Error types that can occur during FastCGI communication.

Type Aliases§

ClientResult
Result type alias for FastCGI client operations.