New parameters for the generic receiber

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-08-04 13:28:18 -03:00
parent 7a4473b11a
commit e2c1ab7465
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ function Receiver(configuration) {
setterByHeader,
allowedContentTypes,
requiredHeaders,
Spec02
Spec02,
Constants.SPEC_V02,
Constants.BINARY_HEADERS_02.EXTENSIONS_PREFIX
);
}