PHP » PYTHON |
login |
register |
about
|
PYTHON $_REQUEST
is this article helpful?
|
Python replacement for PHP's $_REQUEST
[
edit
| history
]
In google app engine:
self.request examples: self.request.url self.request.query_string self.request.get("name-of-querystring-variable") see here: http://stackoverflow.com/questions/2764586/get-current-url-in-python see here for django: http://docs.djangoproject.com/en/dev/ref/request-response/ $_REQUEST$_REQUEST — HTTP Request variables DescriptionAn associative array that by default contains the contents of $_GET, $_POST and $_COOKIE. Changelog
Notes
See Also
|
more
Recently updated
more
Most requested
|