Changes between Version 5 and Version 6 of HttpRequest
- Timestamp:
- Oct 4, 2007, 11:48:25 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HttpRequest
v5 v6 20 20 == Methods == 21 21 22 || `build_absolute_uri(location)` || Returns an absolute URI for the given location, whether that be relative or absolute || 22 23 || `has_key(key)` || Returns `True` if the given key was provided in the request (`GET` or `POST`). `False` otherwise || 23 24 || `get_full_path()` || Returns the full request string, including any query string that was provided ||