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
Core sidecar functionality should always return some response. Then cli.py should be responsible for emitting the response to stdout, while http.py is responsible for handling the response for web endpoints.
As discussed here on #359. Part of #347
Core sidecar functionality should always
returnsome response. Thencli.pyshould be responsible for emitting the response to stdout, whilehttp.pyis responsible for handling the response for web endpoints.