Skip to content

Instantly share code, notes, and snippets.

View BruceMaa's full-sized avatar

司马琦昂 BruceMaa

View GitHub Profile
@BruceMaa
BruceMaa / SimpleHTTPServerWithUpload.py
Created March 23, 2017 09:39 — 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.
"""