From 7a166f6082d89998fe41d521f78f032092281b5f Mon Sep 17 00:00:00 2001 From: malwaredllc <30509968+malwaredllc@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:39:07 -0700 Subject: [PATCH] update docs --- docs/api.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 5eb8b693..25627bdf 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -696,9 +696,11 @@ instead of the `view_func` parameter. Werkzeug is handling of method options. methods is a list of methods this rule should be limited to (``GET``, ``POST`` etc.). By default a rule just listens for ``GET`` (and - implicitly ``HEAD``). Starting with Flask 0.6, ``OPTIONS`` is - implicitly added and handled by the standard request - handling. They have to be specified as keyword arguments. + implicitly ``HEAD``, although this can be disabled with the + keyword argument ```no_auto_head=True```). Starting with + Flask 0.6, ``OPTIONS`` is implicitly added and handled by + the standard request handling. They have to be specified + as keyword arguments. =============== ==========================================================