Commit 58d50261 by ziyue

websocket客户端添加获取http连接的接口,方便设置http请求头

parent 0e277048
......@@ -386,6 +386,10 @@ public:
_wsClient->startWsClient(ws_url,fTimeOutSec);
}
HttpClient &getHttpClient() {
return *_wsClient;
}
private:
typename HttpWsClient<ClientType,DataType>::Ptr _wsClient;
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论