Skip to content

Instantly share code, notes, and snippets.

View ronshilo's full-sized avatar

ron sh ronshilo

  • Tel Aviv, Israel
View GitHub Profile
@ronshilo
ronshilo / SimpleHTTPServerWithUpload.py
Created January 13, 2018 12:26 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python 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.
"""
@ronshilo
ronshilo / SimpleHTTPServerWithUpload.py
Created January 13, 2018 12:26 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python 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.
"""