fix URL of request & add Content-Length bblfish
authorHenry Story <henry.story@bblfish.net>
Sun, 01 Jun 2014 23:40:42 +0200
branchbblfish
changeset 621 2427707479eb
parent 620 d84c7023f4cb
child 622 953e9e94e9c1
fix URL of request & add Content-Length
ldp-primer/getbc_res.txt
--- a/ldp-primer/getbc_res.txt	Sun Jun 01 23:37:55 2014 +0200
+++ b/ldp-primer/getbc_res.txt	Sun Jun 01 23:40:42 2014 +0200
@@ -1,8 +1,8 @@
 HTTP/1.1 200 OK 
 Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel='type'
 Link: <http://www.w3.org/ns/ldp#BasicContainer>; rel='type'
 ETag: W/'123456789'
+Content-Length: 217
 	
 @prefix dcterms: <http://purl.org/dc/terms/>.
 @prefix ldp: <http://www.w3.org/ns/ldp#>.
@@ -14,13 +14,13 @@
 
 HTTP/1.1 200 OK 
 Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel='type'
 Link: <http://www.w3.org/ns/ldp#BasicContainer>; rel='type'
 ETag: W/'123456789'
+Content-Length: 243
 	
 {
   "@context": "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/context.json",
   "@id": "http://data.example.org/alice/",
   "@type": [ "ldp:Container", "ldp:BasicContainer"],
   "dcterms:title": "Alice’s data storage on the Web",
-}
\ No newline at end of file
+}