-
Notifications
You must be signed in to change notification settings - Fork 0
Define REQUEST_URI environ variable. #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This needs the string-type specified (I presume "native", since that's the compromise we need to work with) |
Ok, both changes have been made here. |
Yes please! |
who is using |
this seems nitpicking but the reason I ask is for the clarity of the variable name. If we want to explicitly state that this the raw uri then why not calling it that way? |
I know that at least cherrypy makes REQUEST_URI available and I'm pretty sure that modwsgi does as well, whereas as far as I'm aware only gunicorn uses |
fair enough :) |
This defines the REQUEST_URI variable, which is used to provide the full, un-normalized request URI.