8#ifndef NIM_SDK_DLL_EXPORT_HEADERS_NIM_PASS_THROUGH_PROXY_DEF_H_
9#define NIM_SDK_DLL_EXPORT_HEADERS_NIM_PASS_THROUGH_PROXY_DEF_H_
19enum NIMSendHttpRequestMethods { kNIMHttpGet = 1, kNIMHttpPost, kNIMHttpPut, kNIMHttpDelete };
void(* nim_send_http_request_cb_func)(int res_code, const char *header, const char *body, const char *json_extension, const void *user_data)
Definition: nim_pass_through_proxy_def.h:31
void(* nim_received_http_msg_cb_func)(const char *from_accid, const char *body, uint64_t timestamp, const void *user_data)
Definition: nim_pass_through_proxy_def.h:41
NIM SDK 及 NIM ChatRoom SDK 公用头文件