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

s : Maybe String -> Parser a a #53

Open domenkozar opened 3 years ago

domenkozar commented 3 years ago

It's often useful to have an optional path at the end.

This can be currently done with two parsers.