Type Definition graph_http::BlockingClient
source ·
[−]pub type BlockingClient = GraphRequest<Client, Body, Form>;
Implementations
Builds the request and sends it.
Requests that require a redirect are automatic so we don’t need to do anything special for these requests.
pub fn execute<T>(&mut self) -> GraphResult<GraphResponse<T>> where
for<'de> T: Deserialize<'de>,
pub fn execute<T>(&mut self) -> GraphResult<GraphResponse<T>> where
for<'de> T: Deserialize<'de>,
Builds the requests and sends it, converting to a GraphResponse and deserializing the body.