mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
GET http://{{ host }}:{{ port }}/502.html
|
|
X-Foo: foo
|
|
bar: BAR
|
|
Baz_blah: baz Baz
|
|
NonEx: skip
|
|
|
|
HTTP/* 200
|
|
|
|
[Asserts]
|
|
header "X-Foo" == "foo"
|
|
header "Bar" == "BAR"
|
|
header "Baz_blah" == "baz Baz"
|
|
header "NonEx" not exists
|