hurl/integration/tests_ok/option_insecure.hurl

8 lines
136 B
Plaintext
Raw Normal View History

2022-08-11 21:45:55 +03:00
GET http://localhost:8000/hello
[Options]
# Option insecure has no effect on HTTP endpoint
insecure: false
2022-11-11 16:25:00 +03:00
HTTP 200
```Hello World!```