AjaxProtocol

trait AjaxProtocol[F[_]]
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

Abstract fields