Skip to content

Commit

Permalink
Add shared slash semantics in uri-path-component
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Jan 16, 2020
1 parent f2eeb0a commit 07a1cd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main/resource-access.bs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ if it needs to access resources requiring authentication (see [[#webid]]).
When it receives a response with a `403` or `404` status code,
it MAY repeat the request with different credentials.

## Uniform Resource Identifier ## {#uri}

### Required shared semantics of slashes ### {#uri-path-component}

Server and client share the slash semantics in the URI path component representing hierarchy [[!RFC3986]]. Based on consensus: https://github.com/solid/specification/issues/35 .


## Linked Data Platform ## {#ldp}

Expand Down

0 comments on commit 07a1cd4

Please sign in to comment.