Trait ni_ce::HttpClient [] [src]

pub trait HttpClient {
    fn send(
        &mut self,
        request: &Request<String>
    ) -> Result<Response<String>, Error>; }

A trait for sending HTTP requests. Used by all REST API calls.

Required Methods

Implementations on Foreign Types

impl HttpClient for Client
[src]

[src]

Implementors