object RequestResponse
- Companion:
- class
Type members
Types
type Simple[F[_], Req, Res] = RequestResponse[F] { type RequestType = Req; type ResponseType = Res; type PreparedRequestType = Req; }
Monomorphic bi-directional protocol.
Monomorphic bi-directional protocol.