Module response

Source
Expand description

FastCGI response types and streaming support.

This module provides structures for handling FastCGI responses, including both complete responses and streaming responses.

Structs§

Response
Output of FastCGI request, contains STDOUT and STDERR data.
ResponseStream
A streaming response from a FastCGI server.

Enums§

Content
Content type from a FastCGI response stream.