aio-libs / aiohttp

Asynchronous HTTP client/server framework for asyncio and Python
https://docs.aiohttp.org
Other
14.95k stars 1.99k forks source link

Scrapping CONTENT_TYPE in multipart HTTP POST #3697

Open elsampsa opened 5 years ago

elsampsa commented 5 years ago

Long story short

Expected behaviour

scott

Actual behaviour

current2

Q : How can I get rid of the CONTENT_TYPE header field? (is this even implemented into aiohttp?)

Steps to reproduce

(not relevant)

Your environment

ubuntu 18, using aiohttp as a client

Dreamsorcerer commented 1 month ago

Is this still relevant? If so, please provide some sample code for what you've attempted so far.