Ticket #11952: 11952.diff
File 11952.diff, 443 bytes (added by , 15 years ago) |
---|
-
docs/ref/request-response.txt
462 462 A normal Python string representing the content, encoded from a Unicode 463 463 object if necessary. 464 464 465 .. attribute:: HttpResponse.status_code 466 467 The `HTTP Status code`_ for the response. 468 465 469 Methods 466 470 ------- 467 471