Is it somehow possible to forward the matched part of URL (like !Prefix) in the contents section?
My goal is to use zerogw url matching and refrain from doing it again on the backend. So I would need from zerogw to tell the backend which key from map was matched.
If there is
map:
/hello*
and request asks for /hello/world
then I would need to get
Prefix = /hello or Prefix = /hello/*
Jiri
PS: it could also be achieved by specifying an arbitrary key that would be set for every path like this (does not work):
contents:
- !Method
- MySpecialValue