Reindent
This commit is contained in:
parent
c6baefdb47
commit
4de00d02b0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue