Skip to content

Instantly share code, notes, and snippets.

View zburgermeiszter's full-sized avatar
👨‍💻
Available for Remote Senior Platform Engineer positions

Zoltan Burgermeiszter zburgermeiszter

👨‍💻
Available for Remote Senior Platform Engineer positions
View GitHub Profile
@zburgermeiszter
zburgermeiszter / SimpleHTTPServerWithUpload.py
Created February 6, 2017 00:08 — 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.
"""