quart_utils
async_client_generate
async
Asynchronous function to send a POST request to the server.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data
|
dict
|
The data to send in the POST request |
required |
url
|
str
|
The URL to send the POST request to |
required |
headers
|
dict
|
The headers to send with the POST request |
required |
Returns:
| Type | Description |
|---|---|
dict
|
The JSON response from the server |