Skip to content

Instantly share code, notes, and snippets.

View joshspicer's full-sized avatar
💭
¯\_(ツ)_/¯

Josh Spicer joshspicer

💭
¯\_(ツ)_/¯
View GitHub Profile
@joshspicer
joshspicer / SimpleHTTPServerWithUpload.py
Created June 13, 2018 12:51 — 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.
"""