elm / url

Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
https://package.elm-lang.org/packages/elm/url/latest/
BSD 3-Clause "New" or "Revised" License
75 stars 43 forks source link

Relative links #46

Open pravdomil opened 3 years ago

pravdomil commented 3 years ago

Assuming that my app runs at http://localhost/project/?foo=bar. And I want to have link to homepage as ./. I found no way how create that via Url.Builder.custom.

https://github.com/elm/url/blob/4e5ee032515581bf01428d54ee636dd601f4bc90/src/Url/Builder.elm#L147-L157