namespace FastGithub.HttpServer.HttpMiddlewares { /// /// 请求日志特性 /// public interface IRequestLoggingFeature { /// /// 是否启用 /// bool Enable { get; set; } } }