Struct curl_http::Request[][src]

pub struct Request<'a> { /* fields omitted */ }

The struct represents the HTTP request.

Methods

impl<'a> Request<'a>
[src]

Set the HTTP header.

Set custom User-Agent.

Set custom url arguments or querystring.

Set the JSON request body for the request.

Sends the request and reads the response body into the response object.

Auto Trait Implementations

impl<'a> !Send for Request<'a>

impl<'a> !Sync for Request<'a>