cle-b / httpdbg

A tool for Python developers to easily debug the HTTP(S) client requests in a Python program.
https://httpdbg.readthedocs.io/
Apache License 2.0
551 stars 13 forks source link

Feature Request: Collapsible Initiator Groups #141

Closed machadocs closed 2 weeks ago

machadocs commented 2 weeks ago

It would be great if the UI supported expanding/collapsing requests per initiator group like so:

All initiator groups expanded

httpdbg-expanded

test_product_connection collapsed

httpdbg-collapsed

Alternatively, a filter for initiator groups could be added to achieve similar ends.

cle-b commented 2 weeks ago

Hello,

This is a great idea, and I have implemented it.

It is now available in httpdbg v0.22.0.

image

Thank you for the suggestion.

Have a nice day,

machadocs commented 2 weeks ago

0.22.0 looks good, closing.

Thanks!