We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b0c76 commit 7665969Copy full SHA for 7665969
lib/bindings/http/receiver_binary_1.js
@@ -33,9 +33,6 @@ const allowedContentTypes = [];
33
allowedContentTypes.push(Constants.MIME_JSON);
34
allowedContentTypes.push(Constants.MIME_OCTET_STREAM);
35
36
-const allowedEncodings = [];
37
-allowedEncodings.push(Constants.ENCODING_BASE64);
38
-
39
const requiredHeaders = [];
40
requiredHeaders.push(Constants.BINARY_HEADERS_1.TYPE);
41
requiredHeaders.push(Constants.BINARY_HEADERS_1.SPEC_VERSION);
0 commit comments