-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemi-constant-headers-writer-file.json
57 lines (56 loc) · 2.31 KB
/
semi-constant-headers-writer-file.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/semi-constant-headers-writer-component/^1.0.0/components/context.jsonld"
],
"import": [
"css:config/app/init/default.json",
"css:config/app/main/default.json",
"css:config/app/setup/disabled.json",
"css:config/app/variables/default.json",
"css:config/http/handler/default.json",
"css:config/http/middleware/default.json",
"css:config/http/notifications/websockets.json",
"css:config/http/server-factory/http.json",
"css:config/http/static/default.json",
"css:config/identity/access/public.json",
"css:config/identity/email/default.json",
"css:config/identity/handler/default.json",
"css:config/identity/ownership/token.json",
"css:config/identity/pod/static.json",
"css:config/identity/registration/enabled.json",
"css:config/ldp/authentication/dpop-bearer.json",
"css:config/ldp/authorization/webacl.json",
"css:config/ldp/handler/default.json",
"css:config/ldp/metadata-parser/default.json",
"css:config/ldp/metadata-writer/default.json",
"css:config/ldp/modes/default.json",
"css:config/storage/backend/file.json",
"css:config/storage/key-value/resource-store.json",
"css:config/storage/middleware/default.json",
"css:config/util/auxiliary/acl.json",
"css:config/util/identifiers/suffix.json",
"css:config/util/index/default.json",
"css:config/util/logging/winston.json",
"css:config/util/representation-conversion/default.json",
"css:config/util/resource-locker/file.json",
"css:config/util/variables/default.json",
"semi-constant-headers-writer:config/semi-constant-headers-writer.json"
],
"@graph": [
{
"comment": "A single-pod server that stores its resources on disk (with setup)."
},
{
"comment": "Adds several semi constant headers.",
"@type": "SemiConstantHeadersWriter",
"@id": "urn:semi-constant-headers-writer:default:SemiConstantHeadersWriter",
"headers": [
{
"SemiConstantHeadersWriter:_headers_key": "Link",
"SemiConstantHeadersWriter:_headers_value": "<{storageRoot}ldesinldp>; rel=\"https://w3id.org/ldes#EventStream\""
}
]
}
]
}