request.message_responder.base ============================== .. py:module:: request.message_responder.base .. autoapi-nested-parse:: Responds to the PKI message according to the original request protocol. Module Contents --------------- .. py:class:: AbstractMessageResponder Bases: :py:obj:`abc.ABC` Abstract base class for message responders. .. py:method:: build_response(context) :staticmethod: :abstractmethod: Abstract base method for building a response to a message.