Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 399 Bytes

http-response.md

File metadata and controls

15 lines (10 loc) · 399 Bytes

HttpResponse

Http response received.

Parameters

Name Type Description
status_code int The status code returned by the server.
reason_phrase str The reason phrase returned by the server.
headers dict Response headers.
text str Response body.
request HttpRequest The request that resulted in this response.