feat: add limit HTTP methods allowed for a particular route
This commit is contained in:
@@ -223,6 +223,7 @@ Example of rateLimit middleware
|
||||
path: /protected
|
||||
rewrite: /
|
||||
destination: 'https://example.com'
|
||||
methods: [POST, PUT, GET]
|
||||
healthCheck:
|
||||
cors: {}
|
||||
middlewares:
|
||||
|
||||
Reference in New Issue
Block a user