Struct jsonrpc_client_http::HttpTransport [] [src]

pub struct HttpTransport { /* fields omitted */ }

A hyper based HTTP transport implementation.

Methods

impl HttpTransport
[src]

Tries to create a new HTTP transport instance from the given URI.

Trait Implementations

impl Transport<Error> for HttpTransport
[src]