sending files in post request with aiohttp

前端 未结 0 499
小蘑菇
小蘑菇 2021-01-18 22:55

I can send files with python\'s requests module simply enough with:

requests.post(url,files = {\'filename.png\':image_bytes})

However, files isn\'t an argument

相关标签:
回答
  • 消灭零回复
提交回复
热议问题