Package org.easypeelsecurity.springdog.manager.ratelimit
package org.easypeelsecurity.springdog.manager.ratelimit
Core of Ratelimit.
-
ClassesClassDescriptionThis filter ensures that the request input stream can be read multiple times by wrapping the original HttpServletRequest with a custom MultipleReadHttpServletRequest.A class to provide the ability to read a
ServletRequest's body multiple times. via articleConfiguration class that registers theMultipleReadHttpServletFilterfilter to enable multiple reads of the HttpServletRequest input stream.Ratelimit cache instance.Interceptor for ratelimit.