Files
CommunitySolidServer/config/presets/ldp/metadata-handler.json
Joachim Van Herwegen 9666f6dd6a feat: Update MetadataParsers to be AsyncHandlers
This way the MetadataExtractor class is not needed anymore
after a small change in the request parser.
2021-05-19 09:40:40 +02:00

21 lines
446 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
"@graph": [
{
"@id": "urn:solid-server:default:MetadataParser",
"@type": "ParallelHandler",
"handlers": [
{
"@type": "ContentTypeParser"
},
{
"@type": "LinkTypeParser"
},
{
"@type": "SlugParser"
}
]
}
]
}