We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77857fe commit 85ca91eCopy full SHA for 85ca91e
azure/durable_functions/models/utils/http_utils.py
@@ -3,7 +3,10 @@
3
import aiohttp
4
5
6
-async def post_async_request(url: str, data: Any = None, trace_parent: str = None, trace_state: str = None) -> List[Union[int, Any]]:
+async def post_async_request(url: str,
7
+ data: Any = None,
8
+ trace_parent: str = None,
9
+ trace_state: str = None) -> List[Union[int, Any]]:
10
"""Post request with the data provided to the url provided.
11
12
Parameters
0 commit comments