mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 11:32:00 +03:00
bf79a512e0
hurlfmt now also outputs a trailing newline.
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
GET http://localhost:8000/hello
|
|
[Options]
|
|
# Option insecure has no effect on HTTP endpoint
|
|
insecure: false
|
|
|
|
HTTP/* 200
|
|
```Hello World!```
|