mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 17:08:32 +00:00
27 lines
297 B
Plaintext
27 lines
297 B
Plaintext
meta {
|
|
name: Settings All Options Test
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
put {
|
|
url: https://api.example.com/all-options
|
|
}
|
|
|
|
headers {
|
|
content-type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"test": "data"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
followRedirects: false
|
|
maxRedirects: 0
|
|
timeout: 60000
|
|
}
|