Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(uri): add
is_absolute
method to Uri
This allows servers to check if an incoming URI is in absolute form. Especially useful for proxies to determine if the request was meant to be proxied or aimed directly at the proxy server.
- Loading branch information