Files
bruno/packages/bruno-tests/collection/url-serialization/scheme.bru
Kanhaiya Pandey c5528a75a6 feat: add default http protocol when URL scheme is missing (#7786)
---------

Co-authored-by: Pragadesh-45 <temporaryg7904@gmail.com>
Co-authored-by: Sid <siddharth@usebruno.com>
2026-05-20 20:43:47 +05:30

17 lines
161 B
Plaintext

meta {
name: scheme
type: http
seq: 1
}
get {
url: localhost:8081/ping
body: none
auth: none
}
assert {
res.status: eq 200
res.body: eq pong
}