OINO TS
Preparing search index...
common/src
OINOHttpRequestInit
Interface OINOHttpRequestInit
interface
OINOHttpRequestInit
{
body
?:
OINOHttpData
;
headers
?:
OINOHeadersInit
;
lastModified
?:
number
;
method
?:
string
;
multipartBoundary
?:
string
;
params
?:
Record
<
string
,
string
>
;
requestType
?:
OINOContentType
;
responseDownload
?:
string
;
responseType
?:
OINOContentType
;
url
?:
string
|
URL
;
}
Hierarchy (
View Summary
)
OINORequestInit
OINOHttpRequestInit
OINOApiRequestInit
Index
Properties
body?
headers?
last
Modified?
method?
multipart
Boundary?
params?
request
Type?
response
Download?
response
Type?
url?
Properties
Optional
body
body
?:
OINOHttpData
Optional
headers
headers
?:
OINOHeadersInit
Optional
last
Modified
lastModified
?:
number
Optional
method
method
?:
string
Optional
multipart
Boundary
multipartBoundary
?:
string
Optional
params
params
?:
Record
<
string
,
string
>
Optional
request
Type
requestType
?:
OINOContentType
Optional
response
Download
responseDownload
?:
string
Optional
response
Type
responseType
?:
OINOContentType
Optional
url
url
?:
string
|
URL
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
last
Modified
method
multipart
Boundary
params
request
Type
response
Download
response
Type
url
OINO TS
Loading...