Closed bourgeoa closed 11 months ago
Accept-patch header is already supported by rdflib for a while, but only with sparql update. Now it should work with n3 patch as well. I do not think that rdflib needs the ms-author-via header anymore
I don't think we can delete it for backward compatibility.
I do not mean to remove it from rdflib, I am just saying that rdflib would be fine if NSS removed it
@damooo @angelo-v Can you update https://github.com/linkeddata/rdflib.js/blob/main/Documentation/update-manager.md following :
Created a PR #628
Does this imply that NSS could be able to use
Accept-patch
header nodeSolidServer/node-solid-server#1683 ?
Yes, if NSS sends accept-patch
header with "text/n3" being one of supported mimes, rdflib should send a patch
request with content-type text/n3
, with body encoding a solid-insert-delete-patch. rdflib hounoured sparql-update for accept-patch since much before.
@damooo @angelo-v Can you update https://github.com/linkeddata/rdflib.js/blob/main/Documentation/update-manager.md following :
Does this imply that NSS could be able to use
Accept-patch
header https://github.com/nodeSolidServer/node-solid-server/issues/1683 ?