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