Preparing search index...
The search index is not available
@wraker/core
@wraker/core
WrakerAppRequestConstructorOptions
Interface WrakerAppRequestConstructorOptions
Common request interface
interface
WrakerAppRequestConstructorOptions
{
body
:
any
;
headers
:
EventHeaders
;
method
:
Method
;
path
:
`
/
${
string
}
`
;
}
Hierarchy (
view full
)
WrakerRequest
WrakerAppRequestConstructorOptions
Index
Properties
body
headers
method
path
Properties
body
body
:
any
Request body
headers
headers
:
EventHeaders
Request headers
method
method
:
Method
Request method
path
path
:
`
/
${
string
}
`
Request path
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
path
@wraker/core
Loading...
Common request interface