Action menu
PressSpace to open the context-aware action menu. The available actions depend on which view you are in.
From the flow list:
| Action | Description |
|---|---|
| Export HAR | Export all captured flows to HAR format |
| Compose Request | Open the request composer |
| Mark for Diff | Mark the selected flow for comparison |
| Action | Description |
|---|---|
| Copy cURL | Copy the request as a cURL command |
| Repeat Request | Replay the request through the proxy |
| Open in Editor | Open the body in your external editor |
| Export HAR | Export this flow to HAR format |

Direct shortcuts
You can also trigger actions directly without opening the menu.Copy as cURL
Pressc in the detail view to copy the request as a cURL command to your clipboard. httpmon uses OSC 52 for clipboard access, so it works over SSH sessions too.
Repeat request
Pressr in the detail view to replay the request. The repeated request goes through the proxy and appears as a new flow in the list.
Open in editor
Presse in the detail view to open the response or request body in your external editor. httpmon uses the $EDITOR environment variable to determine which editor to launch.
