How does RFC define a sequence of characters?

24 Views Asked by At

Recently, I read some document on HTTP message from RFC 7230, and I saw the definition of HTTP message:

HTTP-message = start-line *( header-field CRLF ) CRLF [ message-body ]

Click here for more details.

I understand what the symbol * and [] in this expression mean, but I would like to know which kind of expression the RFC use to define a sequence of characters and the name of this kind of expression. Is this expression called ABNF?

0

There are 0 best solutions below