Hi,
I'm using the rate limiting feature, and while GET and POST are being correctly rate-limited, PUT and DELETE seem to bypass the limit. Is rate limiting for PUT and DELETE supported? I noticed there aren't any unit tests covering these methods in the test suite, so I wanted to confirm if this is expected behavior or a bug.
Thanks!