Skip to content

Instantly share code, notes, and snippets.

View JackBuggins's full-sized avatar

Jack Richard Buggins JackBuggins

  • IBM UK Ltd.
  • London
View GitHub Profile
@JackBuggins
JackBuggins / SimpleHTTPServerWithUpload.py
Created April 2, 2018 04:23 — 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.
"""