Skip to content
#

deferred

Here are 60 public repositories matching this topic...

panw
panw commented Aug 22, 2019

Currently the documentation provides an example on for GET request. Can an example for POST request that demonstrates sending a payload and setting headers be add to the documentation?

Would it be something like this

from requests_threads import AsyncSession

session = AsyncSession(n=100)
async def _main():
  url = u"https://api.github.com/repos/psf/requests/issues/482/comments"
 

Improve this page

Add a description, image, and links to the deferred topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deferred topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.