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
When looking for the uri of the request :: HTTP.Request, it seems req.url is always URI(""), if I want the URI, I have to do URI(req.target).path in order to see it. It makes req.url completely useless.