Changes between Version 5 and Version 6 of HttpRequest


Ignore:
Timestamp:
Oct 4, 2007, 11:48:25 AM (17 years ago)
Author:
Marty Alchin
Comment:

Added build_absolute_uri

Legend:

Unmodified
Added
Removed
Modified
  • HttpRequest

    v5 v6  
    2020== Methods ==
    2121
     22|| `build_absolute_uri(location)` || Returns an absolute URI for the given location, whether that be relative or absolute ||
    2223|| `has_key(key)` || Returns `True` if the given key was provided in the request (`GET` or `POST`). `False` otherwise ||
    2324|| `get_full_path()` || Returns the full request string, including any query string that was provided ||
Back to Top