Changes between Version 2 and Version 3 of HttpRequest
- Timestamp:
- Jun 5, 2007, 10:44:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HttpRequest
v2 v3 1 1 = !HttpRequest = 2 2 3 Represents an incoming HTTP request, including all HTTP headers and user-submitted data. 3 Represents an incoming HTTP request, including all HTTP headers and user-submitted data. For information, see the [http://www.djangoproject.com/documentation/request_response/#httprequest-objects documentation]. 4 4 5 5 == Attributes ==