New parameters for the generic receiber
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
7a4473b11a
commit
e2c1ab7465
|
@ -62,7 +62,9 @@ function Receiver(configuration) {
|
||||||
setterByHeader,
|
setterByHeader,
|
||||||
allowedContentTypes,
|
allowedContentTypes,
|
||||||
requiredHeaders,
|
requiredHeaders,
|
||||||
Spec02
|
Spec02,
|
||||||
|
Constants.SPEC_V02,
|
||||||
|
Constants.BINARY_HEADERS_02.EXTENSIONS_PREFIX
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue