implement www interface for #155

This commit is contained in:
Sefa Ilkimen
2020-01-27 02:10:01 +01:00
parent 588e4a0e57
commit 6a930de82f
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = function init(global, jsUtil, cookieHandler, messages, base64,
var validSerializers = ['urlencoded', 'json', 'utf8', 'raw', 'multipart'];
var validCertModes = ['default', 'nocheck', 'pinned', 'legacy'];
var validClientAuthModes = ['none', 'systemstore', 'buffer'];
var validHttpMethods = ['get', 'put', 'post', 'patch', 'head', 'delete', 'upload', 'download'];
var validHttpMethods = ['get', 'put', 'post', 'patch', 'head', 'delete', 'options', 'upload', 'download'];
var validResponseTypes = ['text', 'json', 'arraybuffer', 'blob'];
var interface = {