hurl/integration/tests_ok/hello.hurl

16 lines
275 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
GET http://localhost:8000/hello
HTTP/1.0 200
```Hello World!```
2021-07-04 19:49:20 +03:00
GET http://localhost:8000/hello
HTTP/1.0 200
file, data.txt;
2020-08-27 10:07:46 +03:00
GET http://localhost:8000/hello
2021-07-04 19:49:20 +03:00
HTTP/1.0 200
hex, 48656c6c6f20576f726c6421;
2020-08-27 10:07:46 +03:00
2021-07-04 19:49:20 +03:00
GET http://localhost:8000/hello
2020-08-27 10:07:46 +03:00
HTTP/1.0 200
2021-07-04 19:49:20 +03:00
base64, SGVsbG8gV29ybGQh;