Sporades SDK API
Preparing search index...
server
EndpointRequest
Type Alias EndpointRequest
Request details available only inside Custom endpoint handlers.
type
EndpointRequest
=
{
body
?:
unknown
;
headers
:
Record
<
string
,
string
>
;
method
:
string
;
path
:
string
;
query
:
Record
<
string
,
string
>
;
}
Index
Properties
body?
headers
method
path
query
Properties
Optional
body
body
?:
unknown
headers
headers
:
Record
<
string
,
string
>
method
method
:
string
path
path
:
string
query
query
:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
path
query
Sporades SDK API
Loading...
Request details available only inside Custom endpoint handlers.