Changes between Version 4 and Version 5 of HttpRequest
- Timestamp:
- Jun 5, 2007, 11:49:22 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HttpRequest
v4 v5 1 1 = !HttpRequest = 2 Location: [http://code.djangoproject.com/browser/django/trunk/django/http/__init__.py django.http] 2 3 3 4 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].