Closed nikochiko closed 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.
main.py
End goal:
This should work:
For now, not to worry about headers. Assume that there is always a
main.py
file present. Headers will be added as another feature.