Skip to content

nim_def.pass_through_proxy_def.NIMPassThroughProxyAPI

Zvicii edited this page Nov 22, 2022 · 3 revisions

Interface: NIMPassThroughProxyAPI

nim_def/pass_through_proxy_def.NIMPassThroughProxyAPI

Table of contents

Methods

Methods

InitEventHandlers

InitEventHandlers(): void

Returns

void

Defined in

ts/nim_def/pass_through_proxy_def.ts:14


SendHttpRequest

SendHttpRequest(host, path, method, headers, body, jsonExtension, cb): void

Parameters

Name Type
host string
path string
method NIMSendHttpRequestMethods
headers string
body string
jsonExtension string
cb null | SendHttpRequestCallback

Returns

void

Defined in

ts/nim_def/pass_through_proxy_def.ts:16

Clone this wiki locally