mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 22:54:07 +00:00
18 lines
186 B
Plaintext
18 lines
186 B
Plaintext
meta {
|
|
name: https-request-with-ca
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: https://localhost:8081/api/echo/json
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"body": "test"
|
|
}
|
|
}
|