mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
23 lines
405 B
Plaintext
23 lines
405 B
Plaintext
meta {
|
|
name: http-folder
|
|
}
|
|
|
|
headers {
|
|
folderHeaderVar: {{?Enter Folder Header Variable}}
|
|
~folderHeaderVarDisabled: {{?Should Not Prompt folderHeaderVarDisabled}}
|
|
}
|
|
|
|
auth {
|
|
mode: basic
|
|
}
|
|
|
|
auth:basic {
|
|
username: auth_username
|
|
password: {{?Enter Folder Auth Password}}
|
|
}
|
|
|
|
vars:pre-request {
|
|
folderVar: {{?Enter Folder Variable}}
|
|
~folderVarDisabled: {{?Should Not Prompt folderVarDisabled}}
|
|
}
|