Struct gopher_core::proto::GopherServer [] [src]

pub struct GopherServer;

Trait Implementations

impl<T: Io + 'static> ServerProto<T> for GopherServer
[src]

Request headers.

Request body chunks.

Response headers.

Response body chunks.

Errors, which are used both for error frames and for the service itself.

The frame transport, which usually take T as a parameter.

A future for initializing a transport from an I/O object. Read more

Build a transport from the given I/O object, using self for any configuration. Read more