Skip to content

Commit f822303

Browse files
committed
tried to fix references
1 parent d948ce6 commit f822303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-ietf-httpapi-ratelimit-headers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The "RateLimit-Policy" response header field is a non-empty List{{!RFC8941}} of
137137

138138
The field value SHOULD remain consistent over a sequence of HTTP responses. It is this characteristic that differentiates it from the [RateLimit](#ratelimit-field) field that contains information that MAY change on every request. The "RateLimit-Policy" field enables clients to control their own flow of requests based on policy information provided by the server. Situations where throttling constraints are highly dynamic are better served using the (RateLimit field)[{#ratelimit-field}] that communicates the latest service information a client can react to. Both fields can be communicated by the server when appropriate.
139139

140-
Lists of Quota Policy Items ({{quotapolicy-item}}) can be split over multiple "RateLimit-Policy" fields in the same HTTP response as described in {{section 3.1 of RFC8941}}.
140+
Lists of Quota Policy Items ({{quotapolicy-item}}) can be split over multiple "RateLimit-Policy" fields in the same HTTP response as described in {{Section 3.1 of !STRUCTURED-FIELDS=RFC8941}}.
141141

142142
~~~
143143
RateLimit-Policy: "burst";q=100;w=60,"daily";q=1000;w=86400
@@ -223,7 +223,7 @@ A server uses the "RateLimit" response header field to communicate the current s
223223

224224
The field is expressed as a List{{!RFC8941}} of Service Limit Items ({{servicelimit-item}}).
225225

226-
Lists of Service Limit Items can be split over multiple "RateLimit" fields in the same HTTP response as described in {{section 3.1 of RFC8941}}.
226+
Lists of Service Limit Items can be split over multiple "RateLimit" fields in the same HTTP response as described in {{Section 3.1 of !STRUCTURED-FIELDS=RFC8941}}.
227227

228228
~~~
229229
RateLimit: "default";r=50;t=30

0 commit comments

Comments
 (0)