Skip to content

Instantly share code, notes, and snippets.

View gabriel-russo's full-sized avatar
:shipit:

Gabriel Russo gabriel-russo

:shipit:
  • CENSIPAM - Ministry of Defense, Brazil
  • Porto Velho - Rondônia, Brasil
  • 13:18 (UTC -04:00)
View GitHub Profile
@gabriel-russo
gabriel-russo / SimpleHTTPServerWithUpload.py
Created February 16, 2022 17:18 — 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.
"""