Skip to content

Instantly share code, notes, and snippets.

View aperfectcypher's full-sized avatar

aperfectcypher

  • Liège, Belgium
  • 15:02 (UTC +02:00)
View GitHub Profile
@aperfectcypher
aperfectcypher / SimpleHTTPServerWithUpload.py
Created May 20, 2021 14:58 — 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.
"""