mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: pass requestedModes metadata on 401
* feat: pass requestedModes metadata on 401 * fix: bundle modes per target bnode * fix: use custom instance check for HttpError
This commit is contained in:
@@ -287,6 +287,10 @@ export const SOLID_META = createVocabulary('urn:npm:solid:community-server:meta:
|
||||
'value',
|
||||
// This is used to indicate whether metadata should be preserved or not during a PUT operation
|
||||
'preserve',
|
||||
// These predicates are used to describe the requested access in case of an unauthorized request
|
||||
'requestedAccess',
|
||||
'accessTarget',
|
||||
'accessMode',
|
||||
);
|
||||
|
||||
export const VANN = createVocabulary('http://purl.org/vocab/vann/',
|
||||
|
||||
Reference in New Issue
Block a user