Skip to content

Instantly share code, notes, and snippets.

View code56's full-sized avatar

Evanthia Kaimaklioti Samota code56

View GitHub Profile
@code56
code56 / SimpleHTTPServerWithUpload.py
Created June 14, 2016 17:27 — 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.
"""