troposphere/boron

Regex matcher for URL paths

Closed this issue · 0 comments

The URL paths (e.g. http://localhost:4040/abc/xyz?key=value#fragment) are to be matched with a regex matcher in order to be tokenized into

  • path without query string (/abc/xyz)
  • query parameters as (key, value) pairs
  • fragment