http_utils Module
Functions
delete_async_request
get_async_request
post_async_request
Post request with the data provided to the url provided.
async post_async_request(url: str, data: Any = None) -> List[int | Any]
Parameters
| Name | Description |
|---|---|
|
url
Required
|
url to make the post to |
|
data
|
object to post Default value: None
|
Returns
| Type | Description |
|---|---|
|
Tuple with the Response status code and the data returned from the request |