definition-properties-web-properties-connect
connect Type
object
(Details)
connect Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
method | Merged | Required | cannot be null | Untitled schema |
path | string | Required | cannot be null | Untitled schema |
query | object | Optional | cannot be null | Untitled schema |
formData | object | Optional | cannot be null | Untitled schema |
method
连接所使用的HTTP方法
method
-
is required
-
Type: merged type (Details)
-
cannot be null
-
defined in: Untitled schema
method Type
merged type (Details)
any of
path
启动的相对路径
path
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
path Type
string
query
query参数
query
-
is optional
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
query Type
object
(Details)
formData
设置为POST时,需要以form data形式提交的数据
formData
-
is optional
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
formData Type
object
(Details)