initial commit
This commit is contained in:
18
third_party/libhv/docs/cn/README.md
vendored
Executable file
18
third_party/libhv/docs/cn/README.md
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
## c接口
|
||||
|
||||
- [hloop: 事件循环](hloop.md)
|
||||
- [hbase: 基础函数](hbase.md)
|
||||
- [hlog: 日志](hlog.md)
|
||||
|
||||
## c++接口
|
||||
|
||||
- [class EventLoop: 事件循环类](EventLoop.md)
|
||||
- [class Channel: 通道类](Channel.md)
|
||||
- [class TcpServer: TCP服务端类](TcpServer.md)
|
||||
- [class TcpClient: TCP客户端类](TcpClient.md)
|
||||
- [class UdpServer: UDP服务端类](UdpServer.md)
|
||||
- [class UdpClient: UDP客户端类](UdpClient.md)
|
||||
- [class HttpServer: HTTP服务端类](HttpServer.md)
|
||||
- [class HttpClient: HTTP客户端类](HttpClient.md)
|
||||
- [class WebSocketServer: WebSocket服务端类](WebSocketServer.md)
|
||||
- [class WebSocketClient: WebSocket客户端类](WebSocketClient.md)
|
||||
Reference in New Issue
Block a user