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

Replace the note about query-only parsers #55

Open ktosiek opened 1 year ago

ktosiek commented 1 year ago

Parsing just a query requires additional steps.

Current text suggests a parser created with Parser.query ignores the path, but it doesn't, and it trips people up: see https://github.com/elm/url/issues/36 and https://github.com/elm/url/issues/17.