-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Milestone
Description
Section 2.2 of the Solid specification requires (MUST) conformance with the LDP specification. The LDP specification, however, lists many features as optional.
LDP requires that a server support GET, HEAD and OPTIONS.
At what level of support does a Solid server implementation need to implement POST, PUT, DELETE and PATCH? It is worth noting that, via OPTIONS, a client can easily discover which methods a server supports for a given resource (via the Allow response header). It is also worth noting that PATCH is, effectively, an optimization of PUT.