hurl/integration/tests_ok/import_curl.out

37 lines
622 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:
file, tests_ok/data.bin;
GET http://localhost:8000/redirect-absolute
[Options]
location: true
GET https://localhost:8001/hello
[Options]
insecure: true