OINO TS
Preparing search index...
common/src
OINOHttpRequestInit
Interface OINOHttpRequestInit
interface
OINOHttpRequestInit
{
body
?:
|
string
|
object
|
Buffer
<
ArrayBufferLike
>
|
Uint8Array
<
ArrayBufferLike
>
;
headers
?:
OINOHeadersInit
;
lastModified
?:
number
;
method
?:
string
;
multipartBoundary
?:
string
;
params
?:
Record
<
string
,
string
>
;
requestType
?:
OINOContentType
;
responseType
?:
OINOContentType
;
url
?:
URL
;
}
Hierarchy (
View Summary
)
OINORequestInit
OINOHttpRequestInit
Index
Properties
body?
headers?
last
Modified?
method?
multipart
Boundary?
params?
request
Type?
response
Type?
url?
Properties
Optional
body
body
?:
string
|
object
|
Buffer
<
ArrayBufferLike
>
|
Uint8Array
<
ArrayBufferLike
>
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
Type
responseType
?:
OINOContentType
Optional
url
url
?:
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
Type
url
OINO TS
Loading...