Skip to content

Instantly share code, notes, and snippets.

View dst1213's full-sized avatar

Valles Marineris Hiker dst1213

View GitHub Profile
@dst1213
dst1213 / SimpleHTTPServerWithUpload.py
Created May 22, 2021 10:03 — 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.
"""