Struct zap::Http [] [src]

pub struct Http;

Handling incoming requests with tokio-proto

Trait Implementations

impl<T: AsyncRead + AsyncWrite + 'static> ServerProto<T> for Http
[src]

Request messages.

Response messages.

The message transport, which works with I/O objects of type T. Read more

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

[src]

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