update docs
This commit is contained in:
parent
a326eae857
commit
7a166f6082
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
=============== ==========================================================
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue