mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
16 lines
156 B
Plaintext
16 lines
156 B
Plaintext
meta {
|
|
name: request
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
get {
|
|
url: https://self-signed.badssl.com
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|