Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Header

RequestOptions :
[Header] NL+ RequestHeaderContent

RequestHeaderContent :
HeaderKV*

HeaderKV :
/[A-Za-z\-]+/ : WS* /.*/ NL

Example

[Header]
Content-Type: application/json
Accept: application/json
X-Some-Custom-Header: foo bar bazz

Explanation

Define HTTP headers sent with the request in HTTP conform header representation.

Template parameters in the headers' value fields will be substituted.