Skip to content

Instantly share code, notes, and snippets.

View YeonSeoMom's full-sized avatar

sunny7942 YeonSeoMom

  • 18:21 (UTC -12:00)
View GitHub Profile
@YeonSeoMom
YeonSeoMom / SimpleHTTPServerWithUpload.py
Created June 20, 2018 01: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.
"""