Skip to content

Instantly share code, notes, and snippets.

View kiyeoneee's full-sized avatar
😻

kyeoneee kiyeoneee

😻
View GitHub Profile
@kiyeoneee
kiyeoneee / SimpleHTTPServerWithUpload.py
Created April 7, 2022 04:57 — 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.
"""