url icon indicating copy to clipboard operation
url copied to clipboard

Add a function for parsing all remaining path segments.

Open EdSchouten opened this issue 5 years ago • 1 comments

Having an operation like this is useful for cases where you need to forward/process arbitrary requests for a certain path prefix. While there, make a tiny cleanup to the parser by removing an unused field in the parser state.

Fixes: #9

EdSchouten avatar Apr 11 '19 07:04 EdSchouten

ah, I noticed the same thing as you with the unused visited field and made #50 before I realized it was here as well.

bmillwood avatar Aug 14 '21 22:08 bmillwood