mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-18 20:21:04 +00:00
Fix example usage of headers in configuration file (#1540)
This commit is contained in:
parent
1f2df5dc1e
commit
9cea332865
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue