Search
Preparing search index...
The search index is not available
@alterior/web-server
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
Server
Class Server
Hierarchy
Server
Index
Properties
openapi
Methods
exit
get
post
Properties
openapi
openapi
:
OpenApiController
Methods
exit
exit
(
)
:
void
Returns
void
get
get
(
)
:
{
service
:
string
;
version
:
string
}
Returns
{
service
:
string
;
version
:
string
}
service
:
string
version
:
string
post
post
(
body
:
any
)
:
{
saw
:
any
}
Get the 'value' property of body and echo it back
Parameters
body:
any
Returns
{
saw
:
any
}
saw
:
any
Globals
Server
openapi
exit
get
post
Generated using
TypeDoc
Get the 'value' property of body and echo it back