hurl/integration/tests_ok/hello.hurl

20 lines
344 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/hello
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Length: 12
[Asserts]
header "Date" exists
2022-12-02 22:50:27 +03:00
`Hello World!`
2020-08-27 10:07:46 +03:00
2021-07-04 19:49:20 +03:00
GET http://localhost:8000/hello
HTTP 200
2021-07-04 19:49:20 +03:00
file, data.txt;
2020-08-27 10:07:46 +03:00
GET http://localhost:8000/hello
HTTP 200
2021-07-04 19:49:20 +03:00
hex, 48656c6c6f20576f726c6421;
2020-08-27 10:07:46 +03:00
2021-07-04 19:49:20 +03:00
GET http://localhost:8000/hello
HTTP 200
2021-07-04 19:49:20 +03:00
base64, SGVsbG8gV29ybGQh;