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
Often, when I work on an HTTP request, I would like to see my final request and full response for debug purposes. It is not necessary to output it as part of notebook output (though it could also be useful in some situations).
Currently, it's not apparent how to do this. Maybe a special Notebook-level log window could be created and integrated with the Ktor logging plugin.
For now the only way is to print output of request manually, because NotebookHttpResponse.toString() has only basic information