Module backend_handler

Module backend_handler 

Source
Expand description

Convert requests to calls to the underlying provider

The backend handler embodies the last processing step from external request to internal function call - parsing of the request body and conversion to a native operation which is then passed to the provider.

Structsยง

BackEndHandler
Back end handler component
BackEndHandlerBuilder
Builder for BackEndHandler