Fix example usage of headers in configuration file (#1540)

This commit is contained in:
Devin Zuczek 2024-10-21 18:02:48 -04:00 committed by GitHub
parent 1f2df5dc1e
commit 9cea332865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ require_https = false
method = "get"
# Custom request headers
headers = []
header = ["name=value", "other=value"]
# Remap URI matching pattern to different URI.
remap = ["https://example.com http://example.invalid"]