hurl/integration/tests_ok/hello.hurl
2022-12-08 13:15:32 +01:00

16 lines
255 B
Plaintext

GET http://localhost:8000/hello
HTTP 200
`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;