pipalacademy / feather-python-runtime

Python runtime for Feather
MIT License
0 stars 0 forks source link

Multiple files execution: accept multiple files as multipart form data #2

Closed nikochiko closed 2 years ago

nikochiko commented 2 years ago

End goal:

This should work:

$ curl -Fmain.py=@main.py https://webrepl/runtimes/python
Hello, world!

For now, not to worry about headers. Assume that there is always a main.py file present. Headers will be added as another feature.