@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
15 lines (14 loc) • 562 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.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": [ "*/*" ]
}
]
}