mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
17 lines
494 B
JSON
17 lines
494 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Adds fixed headers to the response.",
|
|
"@id": "urn:solid-server:default:MetadataWriter_Constant",
|
|
"@type": "ConstantMetadataWriter",
|
|
"headers": [
|
|
{
|
|
"ConstantMetadataWriter:_headers_key": "MS-Author-Via",
|
|
"ConstantMetadataWriter:_headers_value": "SPARQL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|