@health-samurai/aidbox-client
Preparing search index...
RequestParams
Type Alias RequestParams
type
RequestParams
=
{
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
|
"OPTIONS"
;
url
:
string
;
headers
?:
Headers
;
params
?:
Parameters
;
body
?:
string
;
}
Index
Properties
method
url
headers?
params?
body?
Properties
method
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
|
"OPTIONS"
url
url
:
string
Optional
headers
headers
?:
Headers
Optional
params
params
?:
Parameters
Optional
body
body
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
url
headers
params
body
@health-samurai/aidbox-client
Loading...