mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-11 08:50:59 +00:00
6 lines
109 B
TOML
Vendored
6 lines
109 B
TOML
Vendored
[header]
|
|
X-Foo = "Bar"
|
|
X-Bar = "Baz"
|
|
|
|
# Alternative TOML syntax:
|
|
# header = { X-Foo = "Bar", X-Bar = "Baz" }
|