phgas

Results 1 issues of phgas

with requests it's: ``` payload={'key_1': 'one','key_2': '2'} response = requests.post(url, data=payload, files=[]) ``` EDIT: possibility to change boundary in header/payload is recommended see https://stackoverflow.com/questions/12385179/how-to-send-a-multipart-form-data-with-requests-in-python