Channels¶
Service management and dependency injection framework.
DispatchJSONChannel()
¶
Bases: HTTPXChannel
A channel that calls a POST on the endpoint ìnvoke
sending a request body containing information on the
called component, service and method and the arguments.
DispatchMSPackChannel()
¶
Bases: HTTPXChannel
A channel that sends a POST on the ìnvoke endpoint
with an msgpack encoded request body.