smart-http v1.1.19 发布,完善规范实现

时间:2022-12-09 10:17:17

smart-http 是一款基于 smart-socket 通信框架,支持 HTTP/1.0、HTTP/1.1 以及 Websocket 协议的可编程式 HTTP 微内核。

此版本主要变化

  1. 【新特性】HTTP 请求消息支持 Transfer-Coding: chunked 的Body流解析。
  2. 【优化】改进 HttpMessageProcess 中 keepAlive 的处理逻辑。
  3. 【优化】实现RFC2614 4.4章节Message Length规范:如果一个消息即存在传输译码(Transfer-Encoding)头域并且也 Content-Length 头域,后者会被忽略。
  4. 【优化】支持 content-length=0 的Http请求。

Maven 坐标

<dependency>
    <groupId>org.smartboot.http</groupId>
    <artifactId>smart-http-server</artifactId>
    <version>1.1.19</version>
</dependency>

最后

文档地址:https://smartboot.tech/smart-http/

仓库地址:https://gitee.com/smartboot/smart-http