Subject: | supply call back to handle not allowed options |
subj
It will be good to have a chance, for example, do some logging
enable 'Options', allowed => [qw/ GET POST /], fallback => sub {
do logging about not allow method
...
returns a 405 Method Not Allowed error when a method not explicitly allowed is used.
}