config example
# Static configurationexperimental:plugins:methodBlock:moduleName: github.com/moonlightwatch/MethodBlockversion: v0.1.4
# Dynamic configurationhttp:routers:my-router:rule: host(`demo.localhost`)service: service-fooentryPoints:- webmiddlewares:- my-pluginservices:service-foo:loadBalancer:servers:- url: http://127.0.0.1:5000middlewares:my-plugin:plugin:methodBlock:Message: "Method Not Allowed"Methods:- GET- POST