From e58d1ff44ee00bcb4ec2c4a673aeead6624631f1 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 28 Feb 2025 15:23:19 +0100 Subject: [PATCH] Move section Responders Signed-off-by: Christian Wolf --- developer_manual/basics/controllers.rst | 73 ++++++++++++------------- 1 file changed, 35 insertions(+), 38 deletions(-) diff --git a/developer_manual/basics/controllers.rst b/developer_manual/basics/controllers.rst index fcecdabb8..e46bb14dd 100644 --- a/developer_manual/basics/controllers.rst +++ b/developer_manual/basics/controllers.rst @@ -523,44 +523,7 @@ Why does this work? Because the dispatcher sees that the controller did not retu Handling errors ^^^^^^^^^^^^^^^ -Responders -^^^^^^^^^^ - -Miscellaneous responses ------------------------ - -Redirects -^^^^^^^^^ - -Downloads -^^^^^^^^^ - -Creating custom responses -^^^^^^^^^^^^^^^^^^^^^^^^^ - -Streamed and lazily rendered responses -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Security considerations ------------------------ - -Authentication -^^^^^^^^^^^^^^ - -Loosening the default restrictions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Rate limiting -^^^^^^^^^^^^^ - -Brute-force protection -^^^^^^^^^^^^^^^^^^^^^^ - -Modifying the content security policy -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - - ---- +.. _controller-responders: Responders ^^^^^^^^^^ @@ -647,7 +610,41 @@ Because returning values works fine in case of a success but not in case of fail } +Miscellaneous responses +----------------------- +Redirects +^^^^^^^^^ + +Downloads +^^^^^^^^^ + +Creating custom responses +^^^^^^^^^^^^^^^^^^^^^^^^^ + +Streamed and lazily rendered responses +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Security considerations +----------------------- + +Authentication +^^^^^^^^^^^^^^ + +Loosening the default restrictions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Rate limiting +^^^^^^^^^^^^^ + +Brute-force protection +^^^^^^^^^^^^^^^^^^^^^^ + +Modifying the content security policy +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +--- Redirects ^^^^^^^^^