File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/fundamentals/api/reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import { Render } from "~/components";
1313
1414The following headers are returned when calling REST APIs:
1515
16- - ` x- ratelimit-limit` : The total number of requests a caller can make.
17- - ` x- ratelimit-remaining` : The number of remaining requests before the rate limit takes effect.
16+ - ` ratelimit-limit ` : The total number of requests a caller can make.
17+ - ` ratelimit-remaining ` : The number of remaining requests before the rate limit takes effect.
1818- ` retry-after ` : The number of seconds, rounded up, until more capacity is available.
19- - ` x- ratelimit-reset` : The ` RFC 1123 ` formatted date when more capacity is available.
19+ - ` ratelimit-reset ` : The ` RFC 1123 ` formatted date when more capacity is available.
2020
2121Cloudflare's SDKs will also automatically work with the headers and back off in response to rate limits.
You can’t perform that action at this time.
0 commit comments