RCKitStore
Preparing search index...
IKitUploadRequestData
Interface IKitUploadRequestData
上传请求数据接口 用于外部调用者发起请求
interface
IKitUploadRequestData
{
body
:
Record
<
string
,
string
>
;
contentType
?:
string
;
fileName
:
string
;
headers
:
Record
<
string
,
string
>
;
uniqueName
?:
string
;
uploadMethod
?:
UploadMethod
;
url
:
string
;
}
Index
Properties
body
content
Type?
file
Name
headers
unique
Name?
upload
Method?
url
Properties
body
body
:
Record
<
string
,
string
>
Optional
content
Type
contentType
?:
string
file
Name
fileName
:
string
headers
headers
:
Record
<
string
,
string
>
Optional
unique
Name
uniqueName
?:
string
Optional
upload
Method
uploadMethod
?:
UploadMethod
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
content
Type
file
Name
headers
unique
Name
upload
Method
url
RCKitStore
Loading...
上传请求数据接口 用于外部调用者发起请求