Skip to main content
Request headers are key-value pairs sent along with an HTTP request to provide additional information to the server about the request. The request headers give the server more information about how to process the incoming request. Default Headers: Default headers are predefined headers that are part of the HTTP specification. Custom Headers: Custom headers are headers that are user-defined and are not part of the official HTTP specification.

Create request headers in Bruno

  1. Create request inside collection.
  2. Navigate to the Headers tab.
  3. Enter the Name, Value, and an optional Description for each header.
  4. Save and execute the request.
req-headers
To view default headers, navigate to the Headers tab in your request. For custom headers, check the Timeline tab.

Streaming with Server-Sent Events

To work with Server-Sent Events (SSE), set:
Bruno keeps the connection open, streams chunks into the response panel live, and swaps the Send button for Cancel while the stream is active. See Server-Sent Events (SSE) for details on cancellation, collection runs, and CLI behavior.