@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
29 lines (28 loc) • 987 B
JSON
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
],
"import": [
"css:config/http/handler/handlers/storage-description.json"
],
"@graph": [
{
"comment": "This version of the server has no IDP or pod provisioning.",
"@id": "urn:solid-server:default:HttpHandler",
"@type": "SequenceHandler",
"handlers": [
{ "@id": "urn:solid-server:default:Middleware" },
{
"@id": "urn:solid-server:default:BaseHttpHandler",
"@type": "StatusWaterfallHandler",
"handlers": [
{ "@id": "urn:solid-server:default:StaticAssetHandler" },
{ "@id": "urn:solid-server:default:StorageDescriptionHandler" },
{ "@id": "urn:solid-server:default:LdpHandler" }
]
}
]
}
]
}