Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels