Roadmap

Can't find the feature you're looking for? Join our Discord and let us know!

Coming Soon

Custom HTTP Archive Format

The HAR format isn't really efficient and is missing really important stuff while the .chls format isn't efficient either and the strucure being undocumented makes it a more experimental format. There is a lot of room for improvement in size and detail for HTTP archives.

Drag and dock Sessions

Allows you to drag sessions out of its current window, creating a new window with only that session and also docking sessions adding the session to other already existing windows.

Bookmarks

Create bookmarks to requests and other locations for faster and smoother navigation.

Shipped

Browser Launcher

June 5, 2025 · v0.78.0

Launch browsers with pre-configured proxy settings and record traffic from these isolated instances. powhttp automatically detects which compatible browsers you have installed so you can just select one and start recording.

Split Search and Filter

May 13, 2025 · v0.74.0

Allows you to write two separate queries. Before this change it was only possible to search and filter using the same query. Now you can write one query to filter and a different one to search in the filtered results.

Scripting Engine

May 13, 2025 · v0.74.0

Enables writing custom logic in JavaScript to extend powhttp's functionality in a flexible and easy way.

Process Details

April 27, 2025 · v0.70.0

Shows the name, PID and icon of the app sending the request.

New Updater

March 5, 2025 · 0.57.0

Downloads new updates in the background and installs them when closing or restarting the app.

Persistent Sessions

March 1, 2025 · 0.56.0

Saves sessions locally when closing the app and restores them upon reopening.

Open with powhttp

February 3, 2025 · v0.51.0

Makes it possible to open .har and .chls files from the file explorer and to quickly double-clicking the file if powhttp is set as the default application for these file types.

Custom Themes

December 16, 2024 · v0.46.0

Allows you to add custom themes by placing them in a dedicated themes directory which is loaded at startup. Comes with documentation for how to structure theme files and where to place them for each operating system powhttp supports.

Tile Layout

November 13, 2024 · v0.41.0

Makes it possible to drag and drop sections of the app where you want and adds tabs so you can put multiple sections in the same area if you want to save screen space.

Structured View

November 13, 2024 · v0.41.0

View requests organized by path and domain as a tree structure so you can search for requests within a specific domain and path more easily.

Raw Viewer

October 16, 2024 · 0.40.0

Allows you to view requests and responses formatted as a HTTP/1.1 message.

Websocket Support

October 8, 2024 · v0.39.0

Gives you the ability to view websocket messages exchanged between the client and the server.

In-depth HTTP/2 Details

September 30, 2024 · 0.38.0

Allows you to view HTTP/2 frames sent between both parties helping you debug streams more easily.

In-depth TLS Details

September 23, 2024 · 0.33.0

Allows you to view TLS records sent between both parties (e.g. client and server hello) and see what parameters were used to establish the secure connection.

Copy Request

August 23, 2024 · v0.26.0

Generates and copies to clipboard code which sends the request with all its headers and content like it was received for language and shell clients like cURL, Go, NodeJS, Python and more.

Hex Viewer

August 8, 2024 · v0.22.0

Allows you to view request and response bodies hex and ascii encoded side-by-side.

Image Viewer

August 7, 2024 · v0.20.0

Adding a new "Image" section for response bodies which displays the returned data as jpeg, png, gif, webp, svg or avif depending on the media type set in the response headers.

103 Early Hints

August 3, 2024 · v0.18.0

Support for 103 Early Hints responses where essentially two responses are getting sent from the server side, one returning early hints and one with the actual response for the request.

Charles Proxy Session Support

August 1, 2024 · v0.17.0

Allowing you to import and inspect requests from .chls files.

Appearance Customization

July 18, 2024 · v0.12.0

Allows you to switch between different themes and choose which fonts are used to display text in the app.

External Proxy Support

July 2, 2024 · v0.11.0

Route traffic to an external proxy server specified in the session settings. Support also includes username password authentication.

Transparent Proxying

June 29, 2024 · 0.1.0

Intercept TLS traffic while preserving original algorithms and parameters, modifying only what's necessary for traffic decryption. This requires support for both cutting-edge technologies (including post-quantum cryptography) and legacy algorithms to ensure full coverage for whatever scenario you are dealing with.