Skip to content

Feature Request: Simplify logging and debugging facilities for requests #3

Open
@gildor

Description

@gildor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions