Skip to content

Instantly share code, notes, and snippets.

Avatar

Burak Bostancioglu burakbostancioglu

View GitHub Profile
View gist:6020816902d38bbcbb2a1e8b6e18d771
#!/usr/bin/env python
from http.server import BaseHTTPRequestHandler, HTTPServer
# HTTPRequestHandler class
class testHTTPServer_RequestHandler(BaseHTTPRequestHandler):
# GET