Is there any way to configure a plugin to trigger only for a given method or set of methods?
-routes:
- name: some-route
- paths:
- /some-path
plugins:
- name: some-plugin
methods: GET # Only run plugin for GET
configuration:
some-config:
- foo