-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Add an output format to render Python web requests.
Something like this:
import requests
url = 'https://example.com/'
method = 'POST'
data = '{"key":"value"}'
headers = {'Content-Type': 'Content-Type: application/json'}
cookies = {}
auth = ('user:password')
proxies = {}
verify = False
response = requests.request(method, url, headers=headers, data=data, cookies=cookies, auth=auth, proxies=proxies, verify=verify)
print(response.text)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels