Skip to content

Commit 0d3bcb1

Browse files
committed
docs: add example for headers
1 parent ca229e4 commit 0d3bcb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Trunk.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ ws_protocol = "ws"
5353
# The certificate/private key pair to use for TLS, which is enabled if both are set.
5454
# tls_key_path = "self_signed_certs/key.pem"
5555
# tls_cert_path = "self_signed_certs/cert.pem"
56+
# Additional headers to send. NOTE: header names must be valid HTTP headers.
57+
# headers = { "X-Foo" = "bar" }
5658

5759
[clean]
5860
# The output dir for all final assets.

0 commit comments

Comments
 (0)