Spine
Toggle table of contents
0.8.1
common
Platform filter
common
Switch theme
Search in API
Spine
Server-side typesafe Spine schema usage
/
opensavvy.spine.server
/
route
route
inline
fun
<
In
:
Any
,
Out
:
Any
,
Params
:
Parameters
>
Route
.
route
(
endpoint
:
Endpoint
<
In
,
Out
,
Params
>
,
crossinline
block
:
suspend
TypedResponseScope
<
In
,
Out
,
Params
>
.
(
)
->
Unit
)
(
source
)