feat(core): 支持拦截器功能

This commit is contained in:
Fu Diwei
2021-06-17 19:43:09 +08:00
parent f66876e9fa
commit a19ab7bd46
4 changed files with 118 additions and 20 deletions

View File

@@ -9,6 +9,11 @@ namespace SKIT.FlurlHttpClient.Wechat
/// </summary>
public interface IWechatClient : IDisposable
{
/// <summary>
/// 获取当前客户端的拦截器集合。
/// </summary>
public WechatHttpCallInterceptorCollection Interceptors { get; }
/// <summary>
/// 配置客户端。
/// </summary>