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
74 stars 43 forks source link

Support for username and password #47

Open pravdomil opened 3 years ago

pravdomil commented 3 years ago

Hello, I need to parse username and password from url, can we added that to elm/url?