Module tokio_scgi::client[][src]

Codec for SCGI clients, such as web servers: Builds SCGI requests and receives raw byte responses to forward back to querying clients.

Structs

SCGICodec

A Codec implementation that creates SCGI requests for SCGI clients like web servers. The Encoder accepts SCGIRequest objects containing header/body request data and encodes them for sending to an SCGI server. The Decoder passes through the raw response returned by the SCGI server.

Enums

SCGIRequest

A parsed SCGI request header with key/value header data, and/or bytes from the raw request body.