Is request Uri
guaranteed to be without host?
#2644
Replies: 1 comment
-
This is a question for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Is the
Uri
(andOriginalUri
) guaranteed to always be without a path in the request? If so, where is this documented? I'd hate to rely on something that's more of an accident than intentional design.Or is it possible it will have a scheme and/or authority?
axum version
0.7.4
Beta Was this translation helpful? Give feedback.
All reactions