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