release v0.10.5
feat:
- #11 基本可用,在burst项目中已经开始实践
server
新增一个listen
方法,表示随机选择一个本机一个可用的端口不监听(0也是同样的效果)httpServerRequest
新增remoteAddress
(获取客户端地址),isWebsocket
(判断当前请求是否已经升级韦websocket了)- ...
fix:
- socket实现的
send
方法会默认发送websocket的数据帧,这个应该由webSocket
来自己发送。socket只用发送byte数据就ok了。
maven:
sky-http-springboot-starter
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>sky-http-springboot-starter</artifactId>
<version>0.10.5</version>
</dependency>
sky-infrastructure
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>sky-infrastructure</artifactId>
<version>0.10.5</version>
</dependency>