mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 16:11:34 +03:00
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
|
GET http://localhost:8000/hello
|
||
|
[QueryStringParams]
|
||
|
# FIXME: [BasicAuth] section can't be empty
|
||
|
#[BasicAuth]
|
||
|
[FormParams]
|
||
|
[MultipartFormData]
|
||
|
[Cookies]
|
||
|
[Options]
|
||
|
HTTP 200
|
||
|
`Hello World!`
|