Skip to content

Instantly share code, notes, and snippets.

View PapaMadeleine2022's full-sized avatar

PapaMadeleine PapaMadeleine2022

View GitHub Profile
@PapaMadeleine2022
PapaMadeleine2022 / SimpleHTTPServerWithUpload.py
Created July 2, 2020 06:04 — 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.
"""