Exporting the httpHeaders method

This method export was missing from last commit (when `httpHeaders` was created)
This commit is contained in:
Chintan Patel
2018-06-08 08:09:10 +05:00
committed by Leonid Bugaev
parent edae33717e
commit 896dbe312a
+2 -1
View File
@@ -402,7 +402,8 @@ module.exports = {
httpCookie: httpCookie,
setHttpCookie: setHttpCookie,
test: testRunner,
benchmark: testBenchmark
benchmark: testBenchmark,
httpHeaders: httpHeaders
}