# Functions
DeleteRequest makes the delete request and return the body.
FromContext allows for the retrieval of the specified key's value from the supplied Context.
GetRequest makes the get request and return the body.
GetRequestAndReturnBinaryRes makes the get request and return the binary response and content type(i.e., application/json, application/cbor, ..
GetRequestWithBodyRawData makes the GET request with JSON raw data as request body and return the response.
PatchRequest makes a PATCH request and unmarshals the response to the returnValuePointer.
PostByFileRequest makes the post file request and return the body.
PostRequest makes the post request with encoded data and return the body.
PostRequestWithRawData makes the post JSON request with raw data and return the body.
PutByFileRequest makes the put file request and return the body.
PutRequest makes the put JSON request and return the body.