Skip to content

Commit

Permalink
Update http-api-ratelimit-headers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arayaryoma authored Nov 30, 2023
1 parent 91d4439 commit c5c952c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blog.araya.dev/src/_drafts/http-api-ratelimit-headers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
IETFのHTTP API Working Groupで[RateLimit header fields for HTTP](https://www.ietf.org/archive/id/draft-ietf-httpapi-ratelimit-headers-07.html)という仕様の策定が進められている。

HTTP経由でデータを取得するいわゆるWebAPIの実装では、クライアントに対しリクエストのコール数を制限(rate limiting)することがある。
このdraftはそのrate limitをサーバーがクライアントに伝える際のレスポンスフォーマットを標準化しようというものだ。
レスポンスフォーマットを標準化することで、まったく別のライブラリに起因するWebAPIフレームワークとクライアントのデータフェッチライブラリで、
標準に則った仕様で実装することができる。

### response header fields
このdraftでは2つのresponse header fields (以降は単にheaderと呼ぶ)が提案されている。

0 comments on commit c5c952c

Please sign in to comment.