2023-10-19 09:13:48 +02:00

15 lines
562 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Adds Allow and Accept-[Method] headers.",
"@id": "urn:solid-server:default:MetadataWriter_AllowAccept",
"@type": "AllowAcceptHeaderWriter",
"supportedMethods": [ "OPTIONS", "HEAD", "GET", "PATCH", "POST", "PUT", "DELETE" ],
"acceptTypes_patch": [ "text/n3", "application/sparql-update" ],
"acceptTypes_put": [ "*/*" ],
"acceptTypes_post": [ "*/*" ]
}
]
}