mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 00:22:10 +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!`
|