hurl/integration/tests_ok/deprecated.hurl

9 lines
210 B
Plaintext
Raw Normal View History

2022-12-02 22:50:27 +03:00
# 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!```