This commit is contained in:
Nico Schottelius 2016-09-16 17:29:15 +02:00
parent c6baefdb47
commit 4de00d02b0
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ from http.server import BaseHTTPRequestHandler, HTTPServer
# HTTPRequestHandler class
class testHTTPServer_RequestHandler(BaseHTTPRequestHandler):
# GET
def do_GET(self):
# Send response status code
# not used, just a sample
def do_GET(self):
# Send response status code
self.send_response(200)
# Send headers