[−][src]Trait openstack::session::RequestBuilderExt
Extension trait for HTTP calls with error handling.
Required methods
fn send_checked(self) -> Result<Response>
Send a request and validate the status code.
Provided methods
fn commit(self) -> Result<()> where
Self: Sized,
Self: Sized,
Send a request and discard the results.
fn receive_json<T: DeserializeOwned>(self) -> Result<T> where
Self: Sized,
Self: Sized,
Send a request and receive a JSON back.
Implementations on Foreign Types
impl RequestBuilderExt for RequestBuilder[src]
fn send_checked(self) -> Result<Response>[src]
fn commit(self) -> Result<()> where
Self: Sized, [src]
Self: Sized,
fn receive_json<T: DeserializeOwned>(self) -> Result<T> where
Self: Sized, [src]
Self: Sized,