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 d6032dd commit 06085ddCopy full SHA for 06085dd
lib/bindings/http/commons.js
@@ -1,5 +1,6 @@
1
const Constants = require("./constants.js");
2
3
+// Specific sanity for content-type header
4
function sanityContentType(contentType) {
5
if(contentType) {
6
return Array.of(contentType)
0 commit comments