mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-21 01:51:57 +03:00
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
|
GET http://localhost:8000/hello
|
||
|
[Options]
|
||
|
# Option insecure has no effect on HTTP endpoint
|
||
|
insecure: false
|
||
|
|
||
|
HTTP/* 200
|
||
|
```Hello World!```
|