You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, I have a feature request that I'd be able to help implement if you're interested and can point me in the right direction as far as where to start. I need to be able to support named parameters in URLs:
This is a simple example that could potentially also be solved with a wildcard, but for more complex cases I'll need to be able to access the value of this parameter in a response function.
Is this functionality you'd be interested in seeing added? I may be a little out of my comfort zone contributing something like this but I'm happy to take a stab at it if you can suggest where to get started. I love your tool and I want to be able to keep using it!
The text was updated successfully, but these errors were encountered:
As far as I can see, this feature is already partly implemented. You can use named parameters in URLs, however these parameters are not passed to the response function, which would be great.
Hi team, I have a feature request that I'd be able to help implement if you're interested and can point me in the right direction as far as where to start. I need to be able to support named parameters in URLs:
This is a simple example that could potentially also be solved with a wildcard, but for more complex cases I'll need to be able to access the value of this parameter in a response function.
Is this functionality you'd be interested in seeing added? I may be a little out of my comfort zone contributing something like this but I'm happy to take a stab at it if you can suggest where to get started. I love your tool and I want to be able to keep using it!
The text was updated successfully, but these errors were encountered: