bruno/packages/bruno-toml/tests/headers/simple/request.toml

13 lines
171 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'
Cookie = 'foo=bar'