To learn Whistle, visit github.com/avwo/whistl…

Thanks to @hxfDarling and @m3X2 for their excellent work #358 and #564, the long-awaited TreeView has been officially released:

Update Whistle (reinstall and restart) Reference: wproxy.org/whistle/upd…

Added the following features to TreeView mode:

  1. Categories are displayed according to the protocol, domain name, port, and path of the REQUESTED URL
  2. The background of the newly requested node and its supernode will be reminded of the gradient
  3. Right-click a node (path) to export all captured packet data
  4. Expand or merge the current node by right-clicking the node
  5. Expand or merge all nodes by right-clicking on the whitespace
  6. Right-click the node to open the page or two-dimensional code corresponding to the node path

Four ways to switch to a tree structure are supported:

  1. Set by request parametersshowTreeViewSwitch, such ashttp://local.whistlejs.com/?showTreeView=1#network, including:
    • showTreeView=1: Forcibly switches to the TreeView
    • showTreeView=0: Forcibly switch to ListView
  2. Through the options at the bottom of the Network Top Settings dialogShow Tree View
  3. Toggle by clicking the small tree icon of the menu button on the left
  4. Switch by shortcut keys:
    • Mac: Command + B
    • Windows: Ctrl + B
  5. Right click menuOpen/TreeView or List Viewswitch

Other features

In addition to Tree View, some new features have been released in version 2.7:

  1. pacUser name and password can be set:pac://user:pass@pacPath
  2. Support the showRaw UrlSee:# 572
  3. Double-click the captured packet data to switch back and forthInspectorsOverviewpanel

User feedback

Problems encountered during use can be reported in the following ways:

  1. Github documentation: github.com/avwo/whistl…
  2. Issue:github.com/avwo/whistl…