Struct fastcgi_client::client::Client[][src]

pub struct Client<S: AsyncRead + AsyncWrite + Unpin> { /* fields omitted */ }
Expand description

Async client for handling communication between fastcgi server.

Implementations

Construct a Client Object with stream, such as tokio::net::TcpStream or tokio::net::UnixStream.

Send request and receive response from fastcgi server.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.