update docs

This commit is contained in:
malwaredllc 2022-01-05 12:39:07 -07:00
parent a326eae857
commit 7a166f6082

View file

@ -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.
=============== ==========================================================