Helper services

Echo, HTMLService and other built-in services that come in handy during development.

The zato.server.service.internal.helpers module contains a set of helper services coming in handy during development and documented below.

The services can be used either standalone or as base classes for user-defined ones.

Echo

Echos 1:1 everything received on input. Usage idea - mounting on a REST channel secured with credentials that need to be confirmed. If correct, response will be equal to request.

HTMLService

Produces HTML output - described in the frontend services chapter.

Helper API programming tools and techniques