koenvo / pyodide-http

Provides patches for widely used http libraries to make them work in Pyodide environments like JupyterLite
MIT License
78 stars 15 forks source link

core: send: read body if file #42

Open MerlijnWajer opened 10 months ago

MerlijnWajer commented 10 months ago

If request.body is a file(-like) interface, read the full contents and then send it.

See https://github.com/koenvo/pyodide-http/issues/38