httpProxy method
- NIMPassThroughProxyData passThroughProxyData
代理客户端http请求到应用服务器
Implementation
Future<NIMResult<NIMPassThroughProxyData>> httpProxy(
NIMPassThroughProxyData passThroughProxyData,
) async {
return _platform.httpProxy(passThroughProxyData);
}