Skip to content

Instantly share code, notes, and snippets.

View KPrasch's full-sized avatar
🌙

KPrasch KPrasch

🌙
View GitHub Profile
@KPrasch
KPrasch / SimpleHTTPServerWithUpload.py
Created October 23, 2018 23:43 — 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.
"""