Skip to content

Commit

Permalink
Add README.md for example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed May 11, 2024
1 parent 4e1cde8 commit 5bdedf7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 编程参考示例

`proxy` 作为库在 `c++` 项目中来使用时的参考示例:

`http_proxy_client` 是一个 `http proxy` 示例.

`socks_client` 是一个 `socks client` 使用示例.

`nested_proxy` 是一个 `proxy` 嵌套多个代理的示例, 如 `a -> b -> c -> d`, 其中 a 是用户端, b 和 c 都是一个代理服务器, d 是最终访问目标服务.

0 comments on commit 5bdedf7

Please sign in to comment.