Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cle-b committed Jan 5, 2025
1 parent e850cd5 commit f04baff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,19 @@ options:

### web interace

Clic on the **⚙** button on the top right of the page.
Some options are available to customize the UI:

Some options are available:
* Hide the netloc in the url
* Hide the initiator rows
* Hide the tags
* Change the strategy to group the requests.
* Hide the scheme and the network location in the url.
* Hide the group rows.
* Hide the tags.
* ...

You can also pin a request or delete all unpinned requests.

To keep your configuration, bookmark the page with the full search query.

Fox example, if you want to hide the initiator rows by default, the url will be:
Fox example, if you want to hide the group rows by default, the url will be:
```
http://localhost:4909/?hi=on
```
Expand Down
2 changes: 1 addition & 1 deletion httpdbg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from httpdbg.records import HTTPRecords


__version__ = "0.30.0"
__version__ = "0.31.0"

__all__ = ["httprecord", "HTTPRecords"]

0 comments on commit f04baff

Please sign in to comment.