Browse Source

Intro forward/reverse proxy service

ithewei 2 years ago
parent
commit
887eef8619
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README-CN.md
  2. 1 1
      README.md

+ 1 - 1
README-CN.md

@@ -55,7 +55,7 @@
 - 可靠UDP支持: WITH_KCP
 - SSL/TLS加密通信(可选WITH_OPENSSL、WITH_GNUTLS、WITH_MBEDTLS)
 - HTTP服务端/客户端(支持https http1/x http2 grpc)
-- HTTP支持静态文件服务、目录服务、代理服务、同步/异步API处理函数
+- HTTP支持静态文件服务、目录服务、正向/反向代理服务、同步/异步API处理器
 - HTTP支持RESTful风格、路由、中间件、keep-alive长连接、chunked分块、SSE等特性
 - WebSocket服务端/客户端
 - MQTT客户端

+ 1 - 1
README.md

@@ -31,7 +31,7 @@ but simpler api and richer protocols.
 - RUDP support: WITH_KCP
 - SSL/TLS support: (via WITH_OPENSSL or WITH_GNUTLS or WITH_MBEDTLS)
 - HTTP client/server (support https http1/x http2 grpc)
-- HTTP supports static service, indexof service, proxy service, sync/async API handler
+- HTTP supports static service, indexof service, forward/reverse proxy service, sync/async API handler
 - HTTP supports RESTful, router, middleware, keep-alive, chunked, SSE, etc.
 - WebSocket client/server
 - MQTT client