Skip to content

ABNF message format #62

Description

@reschke

We currently have:

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

Maybe it would be more consistent to remove CRLF from start-line, and then to have

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions