mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Expose ContentTypes.
This commit is contained in:
parent
dfc1d4662f
commit
4df11c1932
@ -191,6 +191,7 @@ export * from './util/locking/WrappedExpiringResourceLocker';
|
||||
|
||||
// Util
|
||||
export * from './util/AsyncHandler';
|
||||
export * from './util/ContentTypes';
|
||||
export * from './util/HeaderUtil';
|
||||
export * from './util/PathUtil';
|
||||
export * from './util/QuadUtil';
|
||||
|
@ -3,6 +3,6 @@ export const TEXT_TURTLE = 'text/turtle';
|
||||
export const APPLICATION_OCTET_STREAM = 'application/octet-stream';
|
||||
export const APPLICATION_SPARQL_UPDATE = 'application/sparql-update';
|
||||
|
||||
// Internal (non-exposed) content types
|
||||
// Internal content types (not exposed over HTTP)
|
||||
export const INTERNAL_ALL = 'internal/*';
|
||||
export const INTERNAL_QUADS = 'internal/quads';
|
||||
|
Loading…
x
Reference in New Issue
Block a user