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

Allow to set default option for wrap text #130

Closed benm5678 closed 8 months ago

benm5678 commented 9 months ago

When reviewing in the web UI I need to constantly check the wrap text per request to easily see the data. Would be cool if it wrapped by default, or have that option exposed in config & stored in a cookie for subsequenet runs.

cle-b commented 9 months ago

This is a good idea.

I will add an option to change the default behavior.

Thanks for this feedback.

cle-b commented 8 months ago

You can now change the default behavior for Wrap Lines and Raw data in httpdbg 0.18.0.

https://httpdbg.readthedocs.io/en/latest/ui/

benm5678 commented 8 months ago

You are awesome, thanks so much for the quick feature....using it already! :)