feat: Integrate ErrorHandler and remove ResponseWriter error support

This commit is contained in:
Joachim Van Herwegen
2021-06-03 16:27:43 +02:00
parent e1f95877da
commit 57d77e941d
23 changed files with 262 additions and 191 deletions

View File

@@ -41,6 +41,7 @@
"@id": "urn:solid-server:default:HttpServerFactory",
"@type": "BaseHttpServerFactory",
"handler": { "@id": "urn:solid-server:default:HttpHandler" },
"options_showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" },
"options_https": true,
"options_key": "/path/to/server.key",
"options_cert": "/path/to/server.cert"