You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ciphers` (*string*): A description of the ciphers to use or exclude, separated by `:`. The default cipher suite is:
231
231
-`enableChunkedEncoding` (*boolean*): Controls chunked transfer encoding in response. Some clients (such as Windows 10's MDM enrollment SOAP client) are sensitive to transfer-encoding mode and can't accept chunked response. This option lets users disable chunked transfer encoding for such clients. (**Default:**`true`)
232
+
-`envelopeKey` (*string*): Set a custom envelope key. (**Default:**`'soap'`)
232
233
-`services` (*Object*)
233
234
-`wsdl` (*string*): An XML string that defines the service.
234
235
-`callback` (*Function*): A function to run after the server has been initialized.
/** A boolean for controlling chunked transfer encoding in response. Some client (such as Windows 10's MDM enrollment SOAP client) is sensitive to transfer-encoding mode and can't accept chunked response. This option let user disable chunked transfer encoding for such a client. Default to true for backward compatibility. */
0 commit comments