Trait jsonrpc_http_server::MetaExtractor [] [src]

pub trait MetaExtractor<M: Metadata>: Sync + Send + 'static {
    fn read_metadata(&self, _: &Request) -> M { ... }
}

Extracts metadata from the HTTP request.

Provided Methods

Read the metadata from the request

Implementors