We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15277d0 commit 62d3f5bCopy full SHA for 62d3f5b
README.md
@@ -15,13 +15,10 @@
15
`./cmd/*.md`
16
## @application 应用层
17
- [x] http [docs](./cmd/http.md)
18
- - [x] http client
19
- [x] websocket [docs](./cmd/websocket.md)
20
- - [ ] websocket client
21
22
## @transport 传输层
23
- [x] tcp [docs](./cmd/tcp.md)
24
- - [x] tcp client
25
- [x] udp [docs](./cmd/udp.md)
26
- [x] port 端口机制
27
@@ -37,6 +34,11 @@
37
34
## @物理层
38
35
- [x] tun tap 虚拟网卡的实现
39
36
+## @客户端
+发起客户端请求
+- [x] http client
40
+- [x] websocket client
41
+- [x] tcp client
42
## 协议相关api
43
### 1.应用层相关协议
44
应用层暂时只实现了`http`、`websocket`等文本协议。都基于tcp、对tcp等进行二次封装
0 commit comments