mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
models
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ class Request:
|
||||
|
||||
|
||||
class Response:
|
||||
def __init__(self, req, formats):
|
||||
def __init__(self, req, *, formats):
|
||||
self.req = req
|
||||
self.status_code = HTTP_200 #: The HTTP Status Code to use for the Response.
|
||||
self.text = None #: A unicode representation of the response body.
|
||||
|
||||
Reference in New Issue
Block a user