Changes between Version 3 and Version 4 of HttpRequest
- Timestamp:
- Jun 5, 2007, 10:57:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HttpRequest
v3 v4 8 8 9 9 || `path` || String containing the full path (not including domain) of the URL requested || 10 || `method` || String ingcontaining the HTTP method used by the request (`'GET'` or `'POST'`) ||10 || `method` || String containing the HTTP method used by the request (`'GET'` or `'POST'`) || 11 11 || `GET` || A QueryDict representing form values submitted using the HTTP `GET` method || 12 12 || `POST` || A QueryDict representing form values submitted using the HTTP `POST` method ||