Skip to content

Instantly share code, notes, and snippets.

View yasriady's full-sized avatar
🏠
Working from home

Dedy Yasriady yasriady

🏠
Working from home
View GitHub Profile
@yasriady
yasriady / SimpleHTTPServerWithUpload.py
Created December 11, 2020 00:19 — 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.
"""