Crate fcgi_client
Source pub use crate::client::Client;pub use crate::params::Params;pub use crate::request::Request;pub use crate::response::Response;
- 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.
- ClientError
- Error types that can occur during FastCGI communication.
- ClientResult
- Result type alias for FastCGI client operations.