Add defaultHeaders flag that controls helpful default heders that can sometimes interfere with apis (#8152)

* Add defaultHeaders flag that controls helpful default heders that can sometimes interfere with apis

* Bump version number
This commit is contained in:
Matt Lauber
2024-05-29 11:42:50 +01:00
committed by GitHub
parent cd2d4b3eb7
commit 6910be795f
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -39,6 +39,7 @@ exports.startup = function() {
method: params.method,
body: params.body,
binary: params.binary,
defaultHeaders: params.defaultHeaders,
oncompletion: params.oncompletion,
onprogress: params.onprogress,
bindStatus: params["bind-status"],