HttpClients icon indicating copy to clipboard operation
HttpClients copied to clipboard

BeetleX http/websocket client support ssl

Results 7 HttpClients issues
Sort by recently updated
recently updated
newest added

按照大佬的BinaryClient例子写了个demo, 发现无限循环NullReferenceException, 大佬是否能同步下新代码呢 方便调试锁定问题上报

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

https://github.com/beetlex-io/HttpClients/blob/b5c8749b1de7481826f486d0a7103db80727296e/src/Header.cs#L331

文档提供的示例在nuget新版本(1.2.5.8)下已经无法正常使用了,需要更新下文档

我用的是wiki中的例子,但是在调Add的时候日志是 request http://127.0.0.1:5000/ error [GET /Add 404 Not Found] Response 这里为啥是GET? public interface INorthWind { Task GetEmployee(int id); [Post] Task Add(string emp); [Post] Task Login(string name, string value); [Post] Task...

我看readme 这个组件实现了客户端负载均衡,所以说当某个服务端挂了,它会自己切换服务器吗?