smart-http 1.0.16 发布,轻量级的国产 HTTP 服务器
smart-http 是一款采用 Java 语言编写的 Http 服务器,有别于业界知名的 Web容器:Tomcat、Undertow,smart-http 并不支持 Servlet 规范,但对于Http 服务器所需的各项能力,它都具备。 smart-http 天生就是异步非阻塞的 I/O 模型,因为其通信内核采用了smart-socket。所以无论是性能还是稳定性,都是非常出色的。 更新内容 优化 Http 响应头 Date 字段值的生成策略。 整合 HttpMessageProcessor 中的 HandlePipeline 处理逻辑。 调整 getHeader 实现逻辑,优先区分大小写匹配。 升级 smart-socket 至 1.5.0。 快速体验 在您的Maven工程中引入smart-http依赖。 <dependency> <groupId>org.smartboot.http</groupId> <artifactId>smart-http-server</artifactId> <version...