Skip to content

Instantly share code, notes, and snippets.

@Vostbur
Vostbur / SimpleHTTPServerWithUpload.py
Last active August 29, 2015 14:08 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple HTTP server with upload
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
For use on Android install APK SL4A + PythonForAndroid
https://code.google.com/p/android-scripting/
"""