Skip to content

nim_def.pass_through_proxy_def

Zvicii edited this page Oct 24, 2022 · 4 revisions

Module: nim_def/pass_through_proxy_def

Table of contents

Enumerations

Type Aliases

Interfaces

Type Aliases

ReceivedHttpMsgCallback

Ƭ ReceivedHttpMsgCallback: (from_accid: string, body: string, timestamp: number) => void

Type declaration

▸ (from_accid, body, timestamp): void

Parameters
Name Type
from_accid string
body string
timestamp number
Returns

void

Defined in

ts/nim_def/pass_through_proxy_def.ts:10


SendHttpRequestCallback

Ƭ SendHttpRequestCallback: (rescode: NIMResCode, header: string, body: string, jsonExtension: string) => void

Type declaration

▸ (rescode, header, body, jsonExtension): void

Parameters
Name Type
rescode NIMResCode
header string
body string
jsonExtension string
Returns

void

Defined in

ts/nim_def/pass_through_proxy_def.ts:11

Clone this wiki locally