UNPKG
winrm-client
Version:
latest (0.0.6)
0.0.6
0.0.4
0.0.3
0.0.2
Make WinRM service calls from NodeJS
github.com/shide1989/nodejs-winrm
shide1989/nodejs-winrm
winrm-client
/
dist
/
src
/
utils
/
http.d.ts
3 lines
(2 loc)
•
199 B
TypeScript
View Raw
1
2
3
import
{
SoapEnvelope
}
from
'../types'
;
export
declare
function
sendHttp<T
extends
SoapEnvelope
>(
data
:
string
,
host
:
string
,
port
:
number
,
path
:
string
,
auth
:
string
,
timeout
?:
number
):
Promise
<T>;