Portex SDK Documentation
Preparing search index...
core/types
PortexRequestOptions
Interface PortexRequestOptions
interface
PortexRequestOptions
{
method
?:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
;
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
method?
data?
headers?
Properties
Optional
method
method
?:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
Optional
data
data
?:
any
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
data
headers
Portex SDK Documentation
Loading...