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

Notify

Notifications can be sent to the UI through the notify API.

Notifications have 5 levels: debug, info, warning, error and trace. Filters can be set in the settings for filtering notifications.

{{#tabs global="language"}} {{#tab name=JS}}

flow.request.headers.set("X-Header1", "request");

{{#endtab}} {{#tab name=Lua}}

flow.request.headers:set("X-Header1", "request")

{{#endtab}} {{#tab name=Python}}

flow.request.headers.set("X-Header1", "request")

{{#endtab}} {{#endtabs}}