- From: Carsten Bormann <cabo@tzi.org>
- Date: Tue, 14 Apr 2026 06:07:37 +0200
- To: Mike Bishop <mbishop@evequefou.be>
- Cc: HTTP Working Group <ietf-http-wg@w3.org>, "lrnregister@gmail.com" <lrnregister@gmail.com>
On Apr 14, 2026, at 05:10, Mike Bishop <mbishop@evequefou.be> wrote:
>
> The grammar for the `month` production only contains lower case month names, like `"jan"`.
I haven’t really looked into the context here, but:
RFC 6265:
month = ( "jan" / "feb" / "mar" / "apr" /
"may" / "jun" / "jul" / "aug" /
"sep" / "oct" / "nov" / "dec" ) *OCTET
RFC 5234:
NOTE:
ABNF strings are case insensitive and the character set for these
strings is US-ASCII.
Here are 10 matching strings from the RFC6265 rule without *OCTET:
$ pbpaste| abnfgen -n 10
dECaprDEcJulmarnovDEcMaYMaRmAR
Grüße, Carsten
Received on Tuesday, 14 April 2026 04:08:06 UTC