Lyuk

Results 1 issues of Lyuk

this is code ; > > > url = 'http://httpbin.org/post' > > > files = {'file': ('report.csv', 'some,data,to,send\nanother,row,to,send\n')} > > > r = requests.post(url, files=files) this is error: File "D:\Python27\lib\site-packages\human_curl\utils.py",...