Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 402 Bytes

Rate Limit

Rate limiter for SparkJava

Install

Current version is 1.1

<dependencies>
    <dependency>
        <groupId>com.dpkgsoft</groupId>
        <artifactId>spark-ratelimit</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>

Headers

X-RateLimit-Limit: 30
X-RateLimit-Remaining: 29
X-RateLimit-Reset: 49999

[WIP] README IN PROGRESS