mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
9 lines
210 B
Plaintext
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!```
|