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:
186
186
-`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`)
187
+
-`envelopeKey` (*string*): Set a custom envelope key. (**Default:**`'soap'`)
187
188
-`services` (*Object*)
188
189
-`wsdl` (*string*): An XML string that defines the service.
189
190
-`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