Struct libgerrit::call::Call [] [src]

pub struct Call { /* fields omitted */ }

Interface to talk with a http server

Methods

impl Call
[src]

[src]

create a new call object with url as endpoint

[src]

change url objects query information

[src]

return reference t base url object

[src]

call the do_request function two times. One with digest and the other with basic http authentication methods. The first success returnes a CallResponse

[src]

Convenience method that performs a GET request.

[src]

Convenience method that performs a DELETE request.

[src]

Convenience method that performs a POST request with JSON data.

[src]

Convenience method that performs a PUT request with JSON data.