MCPcopy
hub / github.com/vpulim/node-soap / IHttpClient

Interface IHttpClient

src/types.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface IHttpClient {
14 request(rurl: string, data: any, callback: (error: any, res?: any, body?: any) => any, exheaders?: IHeaders, exoptions?: IExOptions, caller?): req.AxiosPromise;
15 requestStream?(rurl: string, data: any, exheaders?: IHeaders, exoptions?: IExOptions, caller?): req.AxiosPromise<ReadStream>;
16}
17
18/** @deprecated use SoapMethod */
19export type ISoapMethod = SoapMethod;

Callers 4

_invokeMethod · 0.65
open_wsdlFunction · 0.65
_invokeMethod · 0.65

Implementers 1

HttpClientsrc/http.ts

Calls

no outgoing calls

Tested by

no test coverage detected