v0.2.0
- Added unit tests for filtering functionality
New Features "Message Filter"
We've added a powerful "Message Filter" feature that allows you to filter communications by their specific purpose.
This feature streamlines your debugging workflow by enabling you to focus only on the types of requests and responses that matter for your current task. Simply toggle the categories you need to instantly clean up your view and focus on what's important.
Filter Categories:
Authorization
Displays requests containing Authorization headers. Essential for debugging authentication issues, API token validation, and security testing.
PostData
Shows requests that contain POST data. Ideal for analyzing form submissions, API payloads, and data uploads.
QueryParameter
Filters for requests that include query parameters. Perfect for debugging search functionality, pagination, and URL parameter handling.
Set-Cookie
Highlights responses that include cookies (where Set-Cookie headers are present). Useful for tracking session management, authentication flows, and tracking implementations.
Plain
Displays requests that don't fall into any of the categories above. Helps identify basic content requests and simple GETs.
The numbers in parentheses indicate how many requests of each type are present in your current session, allowing you to quickly gauge traffic composition.
🔍Try it!
