xRateLimitReset constant

String const xRateLimitReset

The name of the header containing the time at which the rate limit for this bucket will reset.

This is not used due to issues with server-client clock drift. Instead, xRateLimitResetAfter is used in combination with DateTime.now to determine resetAt.

Implementation

static const xRateLimitReset = "x-ratelimit-reset";