Anthony Mariotti
Results
2
comments of
Anthony Mariotti
Ah, the support for hot-reloading. I know that it is possible to unregister commands at runtime, but I believe it is unstable. Would it be possible to have the hot-reload...
You would need to specify the "Accept" header to file `wget --header="Accept: application/json" 172.16.100.56:8080/routes` or just the response to the console `wget -qO- --header="Accept: application/json" 172.16.100.56:8080/routes` curl (better for query)...