solid-lite / draft-spec

draft spec
http://solid-lite.org/
4 stars 0 forks source link

[spec] Flesh out Section 2. Hypertext Transfer Protocol #8

Open melvincarvalho opened 11 months ago

melvincarvalho commented 11 months ago

2. Hypertext Transfer Protocol (HTTP)

HTTP Server: Details on the server's functionality and behavior.
HTTP Client: Expected behavior and operations from the client side.
melvincarvalho commented 11 months ago

Servers MUST conform to HTTP/1.1 Message Syntax and Routing [RFC7230] and HTTP/1.1 Semantics and Content [RFC7231].

Servers MUST conform to HTTP/1.1 Conditional Requests [RFC7232]. Servers SHOULD conform to HTTP/1.1 Caching [RFC7234].

melvincarvalho commented 11 months ago

2.2

Clients MUST conform to HTTP/1.1 Message Syntax and Routing [RFC7230] and HTTP/1.1 Semantics and Content [RFC7231].

Clients MAY conform to HTTP/1.1 Conditional Requests [RFC7232]. Clients MAY conform to HTTP/1.1 Caching [RFC7234].