Skip to content

Commit

Permalink
Add write operation targeting representation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Sep 5, 2020
1 parent 6801df9 commit d73e25c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main/resource-access.bs
Expand Up @@ -286,12 +286,17 @@ such that the request's representation data encodes an *RDF document*
[[!RDF11-CONCEPTS]] (as determined by the `Content-Type` header), the server
MUST respect `GET` requests on this resource when the value of the `Accept`
header requests a representation in `text/turtle` or `application/ld+json`.

[[Source](https://github.com/solid/specification/issues/45)]
[[Source](https://github.com/solid/specification/issues/69)]
[[Source](https://github.com/solid/specification/issues/109)]
[[Source](https://github.com/solid/specification/issues/195)]

When a `PUT`, `POST`, `PATCH` or `DELETE` method request targets a resource's
representation URL, the server MUST respond with a `307` or `308` status code
and `Location` header specifying the preferred URI reference of the resource.
[[Source](https://github.com/solid/specification/issues/109)]


## Auxiliary Resources ## {#rm}

### Background and Need ### {#ar-need}
Expand Down

0 comments on commit d73e25c

Please sign in to comment.