Migrating a spec to structured fields

Hi folks,

I wanted to migrate the RateLimit headers with roughly the following abnf to S-F

```
RateLimit-Limit = expiring-limit [, 1#quota-policy ]
expiring-limit = request-quota
quota-policy = request-quota; "w" "=" time-window *( OWS ";" OWS quota-comment)
quota-comment = token "=" (token / quoted-string)
request-quota = quota-units
quota-units = 1*DIGIT
time-window = delay-seconds (from Section 10.2.4 of [SEMANTICS])
```

I stubbed a commentable doc here
https://docs.google.com/document/d/1e9Vxcmb6hrle8LNKMtQc_eB-p7jdEPrBE1lgzrAqYKo/edit
for all the willing people that are happy to provide hints.
This could become a useful migration guide/reference to foster S-F adoption.

Thanks for your help,
R.

Received on Tuesday, 9 March 2021 16:53:44 UTC