We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After creating a simple (Basic) container, the response to a HEAD request should minimally include the following headers, with appropriate values:
HEAD
curl -I [existing-fedora-container]
HTTP/1.1 200 OK Date: Tue, 31 Oct 2017 16:52:24 GMT ETag: W/"37a00c700a43fd89916075f198b9d60a90f2630e" Last-Modified: Tue, 31 Oct 2017 16:52:24 GMT Link: <http://www.w3.org/ns/ldp#Resource>;rel="type" Link: <http://www.w3.org/ns/ldp#Container>;rel="type" Link: <http://www.w3.org/ns/ldp#BasicContainer>;rel="type" Accept-Patch: application/sparql-update Accept-Post: text/turtle,text/rdf+n3,text/n3,application/rdf+xml,application/n-triples,application/ld+json,multipart/form-data,application/sparql-update Allow: MOVE,COPY,DELETE,POST,HEAD,GET,PUT,PATCH,OPTIONS Content-Type: text/turtle;charset=utf-8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After creating a simple (Basic) container, the response to a
HEAD
request should minimally include the following headers, with appropriate values:The text was updated successfully, but these errors were encountered: