@@ -10,7 +10,7 @@ class Response:
|
||||
self.position = ''
|
||||
|
||||
self.code = 200
|
||||
self.phrase = 'Success'
|
||||
self.phrase = 'OK'
|
||||
self.version = 'HTTP/1.1'
|
||||
self.headers = {
|
||||
'Content-Type': 'text/plain'
|
||||
|
||||
Reference in New Issue
Block a user