Struct curl_http::Client[][src]

pub struct Client { /* fields omitted */ }

A Http client base on curl.

Methods

impl Client
[src]

Initialize a curl http client based on the base_url.

Set the User-Agent header. Default is curl-http

Make a specific method request.

High level HTTP GET method

High level HTTP POST method

High level HTTP PUT method

High level HTTP DELETE method

Auto Trait Implementations

impl Send for Client

impl !Sync for Client