Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 342 Bytes

File metadata and controls

21 lines (14 loc) · 342 Bytes

Header Modifiers

Adding a new header

add_header module modifies the message by adding an header.

Note: Adding a header with an existing key will create multiple entries for that key in the message.

Definition:

add_header <headerName> <headerValue>

Use examples:

modify {
	add_header X-My-Header "header value"
}