mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
This allows us to decouple the WebSocket listening from the HTTP configs, making these features completely orthogonal.
19 lines
650 B
JSON
19 lines
650 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:ServerConfigurator",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{
|
|
"comment": "Handles all request events from the server.",
|
|
"@id": "urn:solid-server:default:HandlerServerConfigurator",
|
|
"@type": "HandlerServerConfigurator",
|
|
"handler": { "@id": "urn:solid-server:default:HttpHandler" },
|
|
"showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|