.. _controllers: Controllers documentation ========================= A ``Controller`` is a module that implements operations defined by the API. It will receive the request, process it and send back the response. about_controller.py ------------------- .. automodule:: src.controllers.about_controller :members: grammars_controller.py ---------------------- .. automodule:: src.controllers.grammars_controller :members: root_controller.py ------------------ .. automodule:: src.controllers.root_controller :members: validate_controller.py ---------------------- .. automodule:: src.controllers.validate_controller :members: