Skip to main content

REQUEST_URI

Constant REQUEST_URI 

pub const REQUEST_URI: Bytes;
Available on crate features fastcgi and std 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.