Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

2.1 Client/Server Messaging #142

Closed
Closed
@mnot

Description

@mnot

2.1. Client/Server Messaging still is HTTP/1.1-specific. Suggested deletions below:

A client sends an HTTP request to a server in the form of a request message, beginning with arequest-line that includes a method, URI,and protocol version (Section 3 of [Messaging]), followed by header fields containing request modifiers, client information, and representation metadata (Section 5 of [Messaging]),an empty line to indicate the end of the header section, and finally a message body containing the payload body (if any, Section 6 of [Messaging]).

A server responds to a client's request by sendingone zero or more non-final and exactly one final HTTP response messages, each beginning witha status line that includes the protocol version, a success or error code,and textual reason phrase (Section 4 of [Messaging]), possibly followed by header fields containing server information, resource metadata, and representation metadata (Section 5 of [Messaging]), an empty line to indicate the end of the header section, and finally a message body containing the payload body (if any, Section 6 of [Messaging]).

A connection might be used for multiple request/response exchanges, as defined in Section 9.3 of [Messaging].

Also, trailers?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp