fc-remote-invoke/example/http.json

16 lines
256 B
JSON
Raw Normal View History

2021-06-09 11:15:08 +08:00
{
"method": "POST",
"headers": {
2021-10-17 14:10:24 +08:00
"key": "value",
"Content-Type": "application/json"
2021-06-09 11:15:08 +08:00
},
"queries": {
"key": "value"
},
2021-10-17 14:10:24 +08:00
"body": {
"abc": "body",
"tmpNasZipPath": "/tmpNasZipPath",
"body": "body"
},
"path": "download"
2021-06-09 11:15:08 +08:00
}