bruno/packages/bruno-toml/tests/headers/dotted-header/request.toml
2023-12-30 21:27:15 +05:30

13 lines
198 B
TOML

[meta]
name = 'Get users'
type = 'http'
seq = 1
[http]
method = 'GET'
url = 'https://reqres.in/api/users'
[headers]
Content-Type = 'application/json'
'Dots.In.Header.Key' = 'Dots.In.Header.Value'