Created
December 3, 2021 17:04
-
-
Save dgtlctzn/6d10a46f24faa4325319bf5bc77b5e78 to your computer and use it in GitHub Desktop.
Post Request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
async with session.post(url, data=payload) as response: | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment