Constant REQUEST_URI
pub const REQUEST_URI: Bytes;Available on crate feature
fastcgi only.Expand description
REQUEST_URI — the raw URI (path + query) the server received,
pre-rewrite. Nginx convention; frameworks like Laravel/Symfony read this
for routing.