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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Sometimes it's necessary to generate a resource URL from a handler function, for example, to provide "location" header. Concatenating strings is not an ideal solution. We can possibly support it by using vendor extension parameter in the spec:
Sometimes it's necessary to generate a resource URL from a handler function, for example, to provide "location" header. Concatenating strings is not an ideal solution. We can possibly support it by using vendor extension parameter in the spec:
After this it should be possible to call a function to create a URL:
Challenges:
(:swagger request)
- is it the best way to access the routing information?Good existing solution: https://github.com/juxt/bidi
The text was updated successfully, but these errors were encountered: