hurl/integration/tests_ok/import_curl.out

44 lines
713 B
Plaintext
Raw Normal View History

2023-04-22 10:55:32 +03:00
GET http://localhost:8000/hello
GET http://localhost:8000/custom-headers
Fruit: Raspberry
Fruit: Apple
Fruit: Banana
Fruit: Grape
Color: Green
POST http://localhost:8000/post-json
Content-Type: application/json
```
{
"name": "Bob",
"password": "&secret\\'<>",
"age": 30,
"strict": true,
"spacing": "\n",
"g_clef": "\uD834\uDD1E",
"items": [true, "true", 1],
"variable": "\\"
}
```
POST http://localhost:8000/post-file
Content-Type:
2023-06-01 11:31:26 +03:00
file,tests_ok/data.bin;
GET http://localhost:8000/redirect-absolute
[Options]
location: true
2023-06-02 09:08:18 +03:00
GET http://localhost:8000/retry/until-200
[Options]
retry: 4
2023-06-06 09:22:22 +03:00
HTTP *
[Asserts]
status < 500
2023-06-02 09:08:18 +03:00
GET https://localhost:8001/hello
[Options]
insecure: true