Skip to content

Instantly share code, notes, and snippets.

View sairamch04's full-sized avatar

Sairam Cherupally sairamch04

View GitHub Profile
@sairamch04
sairamch04 / SimpleHTTPServerWithUpload.py
Created December 29, 2017 03:02 — 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.
"""