Changes between Version 3 and Version 4 of HttpRequest


Ignore:
Timestamp:
Jun 5, 2007, 10:57:39 AM (17 years ago)
Author:
Marty Alchin <gulopine@…>
Comment:

Fixed a typo

Legend:

Unmodified
Added
Removed
Modified
  • HttpRequest

    v3 v4  
    88
    99|| `path` || String containing the full path (not including domain) of the URL requested ||
    10 || `method` || Stringing containing the HTTP method used by the request (`'GET'` or `'POST'`) ||
     10|| `method` || String containing the HTTP method used by the request (`'GET'` or `'POST'`) ||
    1111|| `GET` || A QueryDict representing form values submitted using the HTTP `GET` method ||
    1212|| `POST` || A QueryDict representing form values submitted using the HTTP `POST` method ||
Back to Top