Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement # for ABNF #27

Open
katef opened this issue Sep 4, 2020 · 0 comments
Open

Implement # for ABNF #27

katef opened this issue Sep 4, 2020 · 0 comments

Comments

@katef
Copy link
Owner

katef commented Sep 4, 2020

RFC7230 defines the extension # which provides lists:

     1#element => element *( OWS "," OWS element )
   and:
     #element => [ 1#element ]
   and for n >= 1 and m > 1:
     <n>#<m>element => element <n-1>*<m-1>( OWS "," OWS element )
...

     #element => [ ( "," / element ) *( OWS "," [ OWS element ] ) ]
     1#element => *( "," OWS ) element *( OWS "," [ OWS element ] )

https://tools.ietf.org/html/rfc7230#section-7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant