[][src]Module parsec_service::back::backend_handler

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