HTTP Header Builder

Assemble request headers and export them as a raw request, curl, or fetch — in your browser

Request

Method, URL, and headers

Output

Copy in your preferred format

GET /v1/users HTTP/1.1
Host: api.example.com
Accept: application/json
Authorization: Bearer <token>