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 an object is passed to HTTP::Request, it must provide a canonical()
I ran into this issue today when I tried to GET a Mojo::URL object. No
error was thrown until HTTP::Request tried to call the canonical()
method on the object. So, just checking if an object provides a
scheme() method is not enough.
0 commit comments