Ambition.Action.allow_method – ambition Reference Manual
Packages
ambition
Ambition
Action
last_path
methods
targets
Action
add_target
add_target_method
allow_method
path
regex
responds_to_request
_regex
allow_method
Description:
public
Action
allow_method
(
HttpMethod
method)
Adds an allowed HttpMethod to respond to. Defaults to HttpMethod.ALL.
Parameters:
method
HttpMethod
Returns:
Instance of this Action
See also:
HttpMethod