Skip to content

Instantly share code, notes, and snippets.

View notatallshaw's full-sized avatar

Damian Shaw notatallshaw

View GitHub Profile
import io
import os
import sys
import html
import http.server
import urllib.parse
from http import HTTPStatus
from functools import partial
class SimpleHTTP5RequestHandler(http.server.SimpleHTTPRequestHandler):