The request composer lets you build and send HTTP requests directly from httpmon. Every composed request goes through the proxy, so it appears in the flow list like any other captured traffic.Documentation Index
Fetch the complete documentation index at: https://docs.httpmon.dev/llms.txt
Use this file to discover all available pages before exploring further.
Open the composer
PressC from the flow list to open the compose window.
Compose a request
The composer provides four fields:- Method — Select the HTTP method (GET, POST, PUT, DELETE, etc.)
- URL — Enter the full URL for the request
- Headers — Add request headers as key-value pairs
- Body — Enter the request body (for POST, PUT, PATCH)
Tab to navigate between fields.

How it works
When you send a composed request, httpmon routes it through the proxy. The request appears in the flow list with the full request and response details, just like traffic captured from an external application. This makes the composer useful for:- Testing API endpoints without switching to another tool
- Sending requests that your application does not normally make
- Verifying that scripting hooks and breakpoints trigger correctly

