Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
__author__ = "dn6431"
__contributor__ = ["bones7456", "wonjohnchoi"]
__description__ = """Simple HTTP Server With Upload and Authentication and more
This module is built on HTTPServer by implementing the standard GET
and HEAD requests in a fairly straight forward manner"""
__epilog__ = """Created by: {}
Contributor: {} {}""".format(__author__, __contributor__[0], __contributor__[1])