bruno/packages/bruno-toml/tests/headers/dotted-header/request.toml

13 lines
198 B
TOML
Raw Normal View History

2023-12-30 14:39:17 +01:00
[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'