evancz / url-parser

Parse URLs into nicely structured data
http://package.elm-lang.org/packages/evancz/url-parser/latest/
BSD 3-Clause "New" or "Revised" License
114 stars 29 forks source link

Get "the rest" of a URL #40

Open evancz opened 7 years ago

evancz commented 7 years ago

A couple issues and pull requests have asked for something like this:

remainingSegments : Parser (List String -> a) a

Here they are: