Struct gerritlib::call::Call [] [src]

pub struct Call { /* fields omitted */ }

Abstraction of a HTTP call

Methods

impl Call
[src]

Creates a new http call with the base address of a gerrit server

Does a GET Request and returns a CallResponse. Only path and querystring is needed. The base url was setup via Call::new() function.