Skip to content

Instantly share code, notes, and snippets.

View freemandealer's full-sized avatar
🎯
Working on my personal projects

zhengyu freemandealer

🎯
Working on my personal projects
View GitHub Profile
@freemandealer
freemandealer / SimpleHTTPServerWithUpload.py
Created January 7, 2020 13:15 — forked from 591342534/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.
"""