Serv.Api
data Api star
data Path star
data Handler star
data Output star
data Body star
type a ::: b
data family Sing a
Apitype Endpoint ann ms
type OneOf apis
type Abstract
type a :> b
Pathtype Const sym
type HeaderAs ty sym
type Seg sym ty
type Header name ty
type Wildcard
Handlertype Method verb responses
type CaptureBody cTypes ty method
type CaptureHeaders hdrs method
type CaptureQuery query method
Outputtype Respond hdrs body
Bodytype HasBody ctypes ty
type Empty