23233
23233
@mnunberg hope add this feature~ thanks! up up
@kataras Thanks reply, But i'm not have ability write dart/flutter client package , Just look js client , feel this is similar , Hope help, My server code is ok...
@RodBruno hey guys, i need you help,I want to confirm one thing to you, ` ** the lib folder don't on the github releases.zip but you lib How obtained ??**...
Add Chunks? Edit Chunks?
这我知道 我现在也是这样使用 但是在如下场景变得非常不好用 我只能创建无数个client 我有一个代理 返回的一些可用的代理ip 所以我必须指定1个IP 给client 然后使用这个ip跑下面的请求 如果使用client的技巧 要么返回错误 要么就自动切换了ip 都不是那么好用 理想中希望有一个方式 甚至可以说 req.R() 新增一个 req.DR() DR就是 dynamic request的概念 可以动态的调节 proxy仅对这个request有效就更好了 这样我只需要指定一个 proxyClient 在发起请求之前 设置 request.setproxy(ip) 就可以完成代理的切换 而且保持在一个client里面