随笔分类 - WebApiClientCore
摘要:WebApiClientCore 集高性能高可扩展性于一体的声明式http客户端库,特别适用于微服务的restful资源请求,也适用于各种畸形http接口请求。 参考:https://github.com/dotnetcore/WebApiClient 记录笔记起因: .net core mvc 项
阅读全文
摘要:客户端使用WebApiClient.JIT库时,定义调用接口时参数JsonPatchDocument来自引用Microsoft.AspNetCore.JsonPatch。 [JsonReturn] public interface IUserApi : IHttpApi { [HttpPatch("
阅读全文