Allow to have URL parameters like some/:id which would be added in a new section called parameters besides query and headers, this could be automatically picked up by using a regex like (?:\/)(\:.*)(?:\/?).
This would allow us to keep the URLs more configurable
This is a feature request
What
Allow to have URL parameters like
some/:id
which would be added in a new section calledparameters
besidesquery
andheaders
, this could be automatically picked up by using a regex like(?:\/)(\:.*)(?:\/?)
.This would allow us to keep the URLs more configurable