@suluk/core - v0.1.13
    Preparing search index...

    Interface RateLimitGroup

    interface RateLimitGroup {
        path: string;
        operation: string;
        method: string;
        windowMs: number;
        maxRequests: number;
        key: "ip" | "principal" | "api-key" | "global";
        scope?: string;
    }
    Index

    Properties

    path: string
    operation: string
    method: string
    windowMs: number
    maxRequests: number
    key: "ip" | "principal" | "api-key" | "global"
    scope?: string