> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebruno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Request headers

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** of the parameter and its corresponding **Value**.
4. Save and execute the request.

<img src="https://mintcdn.com/bruno-a6972042/k_zr3I3gL1BrG0vM/images/screenshots/send-request/rest/req-headers.webp?fit=max&auto=format&n=k_zr3I3gL1BrG0vM&q=85&s=3962a0043eee87b69808e6d10642484c" alt="req-headers" width="2472" height="898" data-path="images/screenshots/send-request/rest/req-headers.webp" />

<Info>
  To view default headers, navigate to the **Headers** tab in your request. For
  custom headers, check the **Timeline** tab.
</Info>
