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 ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions