Struct fastcgi_sdk::Exchange [] [src]

pub struct Exchange { /* fields omitted */ }

An HTTP exchange.

Methods

impl Exchange
[src]

[src]

Create an exchange from a FastCGI request. The exchange will take ownership of the request, and free it with free.

[src]

Accept a request from a listener.

Important traits for Environment<'a>
[src]

Return the FastCGI environment.

Important traits for RequestBody<'a>
[src]

Return the request body for this exchange.

Important traits for Response<'a>
[src]

Return the response for this exchange.

Trait Implementations

impl Debug for Exchange
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for Exchange
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Exchange

impl !Sync for Exchange