Struct libgerrit::call::CallRequest [] [src]

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

present a http request

Methods

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

[src]

adds a specific header to the request

[src]

sets the JSON request body for the request.

[src]

attaches some form data to the request.

[src]

enables or disables redirects. The default is off.

[src]

Sends the request and writes response data into the given file instead of the response object's in memory buffer.

[src]

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