mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
GET http://localhost:8000/hello
|
|
[Options]
|
|
# Option insecure has no effect on HTTP endpoint
|
|
insecure: false
|
|
|
|
HTTP 200
|
|
`Hello World!`
|