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

9 lines
210 B
Plaintext

# HTTP/* is deprecated, use HTTP instead
GET http://localhost:8000/hello
HTTP/* 200
# ```Hello World!``` is deprecated, use `Hello World!` instead
GET http://localhost:8000/hello
HTTP/* 200
```Hello World!```