Headers for binary mode spec v1.0

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-10-29 21:15:08 -03:00
parent 671f941256
commit 7d47b96273
1 changed files with 11 additions and 0 deletions

View File

@ -64,5 +64,16 @@ module.exports = {
CONTENT_TYPE : "datacontenttype",
SUBJECT : "subject",
DATA : "data"
},
BINARY_HEADERS_1 : {
TYPE : "ce-type",
SPEC_VERSION : "ce-specversion",
SOURCE : "ce-source",
ID : "ce-id",
TIME : "ce-time",
DATA_SCHEMA : "ce-dataschema",
SUBJECT : "ce-subject",
EXTENSIONS_PREFIX : "ce-"
}
};