smart-http 是一款基于 smart-socket 通信框架,支持 HTTP/1.0、HTTP/1.1 以及 Websocket 协议的可编程式 HTTP 微内核。
此版本主要变化
- 【新特性】HTTP 请求消息支持 Transfer-Coding: chunked 的Body流解析。
- 【优化】改进 HttpMessageProcess 中 keepAlive 的处理逻辑。
- 【优化】实现RFC2614 4.4章节Message Length规范:如果一个消息即存在传输译码(Transfer-Encoding)头域并且也 Content-Length 头域,后者会被忽略。
- 【优化】支持 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
还没有评论,来说两句吧...