httpProxy method

Future<NIMResult<NIMPassThroughProxyData>> httpProxy(
  1. NIMPassThroughProxyData passThroughProxyData
)

代理客户端http请求到应用服务器

Implementation

Future<NIMResult<NIMPassThroughProxyData>> httpProxy(
  NIMPassThroughProxyData passThroughProxyData,
) async {
  return _platform.httpProxy(passThroughProxyData);
}