You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If scheme and/or authority is missing, this will return just the path.
While technically a URI must have a scheme and authority, it appears that http::Request::uri (amongst others) produces just a path for inbound requests on many servers.
For compatibility reasons I think we should align with that for inbound wasi-http, though it will be annoying to adjust the conversions.