Skip to content

Instantly share code, notes, and snippets.

View burakbostancioglu's full-sized avatar

Burak Bostancioglu burakbostancioglu

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