Skip to content

Instantly share code, notes, and snippets.

@HelloNamiML
Last active August 10, 2020 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HelloNamiML/1dba322bdd5d91cb0838e2e989a8645a to your computer and use it in GitHub Desktop.
Save HelloNamiML/1dba322bdd5d91cb0838e2e989a8645a to your computer and use it in GitHub Desktop.
http = urllib3.PoolManager()
response = http.request("POST",
url,
headers={"content-type": "application/json"},
body=json.dumps(requestBody).encode("utf-8")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment