Struct hyperap::server::Hyperap [] [src]

pub struct Hyperap<D> where
    D: HyperapCore + 'static, 
{ /* fields omitted */ }

Methods

impl<D> Hyperap<D> where
    D: HyperapCore + 'static, 
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<D> Service for Hyperap<D> where
    D: HyperapCore + 'static, 
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

[src]

Process the request and return the response asynchronously.