execute

Function execute 

Source
pub async fn execute<B, R>(ctx: &RequestContext, req: Request<B>) -> Result<R>
where R: ApiResponse<Bytes>, B: Read + Send + 'static,
Expand description

Executes a GCS request via a reqwest client and returns the parsed response/API error