Skip to content

Instantly share code, notes, and snippets.

View Justype's full-sized avatar
💭
病理 难

Cheng Justype

💭
病理 难
View GitHub Profile
@touilleMan
touilleMan / SimpleHTTPServerWithUpload.py
Last active October 21, 2025 04:04 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload - Python3 version
#!/usr/bin/env python3
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
see: https://gist.github.com/UniIsland/3346170
"""