mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
GET http://localhost:8000/hello
|
|
HTTP/1.0 200
|
|
```Hello World!```
|
|
|
|
GET http://localhost:8000/hello
|
|
HTTP/1.0 200
|
|
file, data.txt;
|
|
|
|
GET http://localhost:8000/hello
|
|
HTTP/1.0 200
|
|
hex, 48656c6c6f20576f726c6421;
|
|
|
|
GET http://localhost:8000/hello
|
|
HTTP/1.0 200
|
|
base64, SGVsbG8gV29ybGQh;
|