hurl/integration/tests_ok/hello.hurl
Fabrice Reix 62243800e6
Delete Rust integ Test for libcurl/HTTP module
These tests should be covered in the .hurl integ tests.
2023-06-08 09:03:57 +00:00

20 lines
344 B
Plaintext

GET http://localhost:8000/hello
HTTP 200
Content-Type: text/html; charset=utf-8
Content-Length: 12
[Asserts]
header "Date" exists
`Hello World!`
GET http://localhost:8000/hello
HTTP 200
file, data.txt;
GET http://localhost:8000/hello
HTTP 200
hex, 48656c6c6f20576f726c6421;
GET http://localhost:8000/hello
HTTP 200
base64, SGVsbG8gV29ybGQh;