hurl/integration/tests_ok/option_insecure.hurl
Fabrice Reix bf79a512e0
Newline added at the end of the files
hurlfmt now also outputs a trailing newline.
2022-10-24 15:04:50 +02:00

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!```