No unused function in awaitable examples. (#2605)

* No unused function in awaitable examples.
* Beast has an awaitable-ssl example.

Closes #2604.
This commit is contained in:
Klemens Morgenstern
2023-01-24 09:55:05 +08:00
committed by GitHub
parent c9900625ea
commit 947b225c9e
7 changed files with 261 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ used to evaluate robustness. All asynchronous clients support timeouts.
][
[WebSocket, C++20 coroutine]
[[path_link example/http/client/awaitable/http_client_awaitable.cpp http_client_awaitable.cpp]]
[]
[[path_link example/http/client/awaitable-ssl/http_client_awaitable_ssl.cpp http_client_awaitable_ssl.cpp]]
][
[HTTP crawl (asynchronous)]
[[path_link example/http/client/crawl/http_crawl.cpp http_crawl.cpp]]