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
Would be nice to have a method to remove or reset already registered routes as part of public http API. Possible scenarios of application:
handlers reload for e.g. in case of application code upgrade
live coding for e.g. i'm working on application that accepts webhooks and to iterate fast I setup webhook and traffic tunneling via ngrok to my localhost, then I start tarantool with httpd server and write and debug handler in live mode - write code, trigger webhook, write next version, trigger webhook etc.
different maintenance scenarios e.g. degrading an API to allow only reads and disabling all write methods
The text was updated successfully, but these errors were encountered:
Would be nice to have a method to remove or reset already registered routes as part of public http API. Possible scenarios of application:
The text was updated successfully, but these errors were encountered: