AjaxProtocol

trait AjaxProtocol[F[_]]

Note: the F[_] type parameter is the message encoder (eg. JsonCodec, boopickle.Pickler)

Companion:
object
class Object
trait Matchable
class Any
class Simple[F, _Req, _Res]

Type members

Types

final type ServerSideFnI[G[_], I] = (I, PreparedRequestType) => G[ResponseType]
final type ServerSideFnIO[G[_], I, O] = (I, PreparedRequestType) => G[(ResponseType, O)]
final type ServerSideFnO[G[_], O] = PreparedRequestType => G[(ResponseType, O)]

Value members

Abstract methods