Cookbook ======== The cookbook section contains recipes for solving specific problems. .. toctree:: :maxdepth: 1 :hidden: json_request_body translating_validation_messages session_storage form_no_csrf validator_yaml sub_requests error_handler Recipes ------- * :doc:`Accepting a JSON request body ` A common need when building a restful API is the ability to accept a JSON encoded entity from the request body. * :doc:`Translating Validation Messages`. * :doc:`How to use PdoSessionStorage to store sessions in the database `. * :doc:`How to disable the CSRF Protection on a form using the FormExtension `. * :doc:`How to use YAML to configure validation `. * :doc:`How to make sub-requests `. * :doc:`How to convert errors to exceptions `.