Skip to main content
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.

Open the composer

Press C 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)
Use Tab to navigate between fields.
httpmon request composer

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