mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
committed by
Mohammad Nejati
parent
6d66afbd0e
commit
a21250d12d
@ -41,7 +41,7 @@ used to evaluate robustness. All asynchronous clients support timeouts.
|
|||||||
[[path_link example/http/client/coro/http_client_coro.cpp http_client_coro.cpp]]
|
[[path_link example/http/client/coro/http_client_coro.cpp http_client_coro.cpp]]
|
||||||
[[path_link example/http/client/coro-ssl/http_client_coro_ssl.cpp http_client_coro_ssl.cpp]]
|
[[path_link example/http/client/coro-ssl/http_client_coro_ssl.cpp http_client_coro_ssl.cpp]]
|
||||||
][
|
][
|
||||||
[WebSocket, C++20 coroutine]
|
[HTTP, C++20 coroutine]
|
||||||
[[path_link example/http/client/awaitable/http_client_awaitable.cpp http_client_awaitable.cpp]]
|
[[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]]
|
[[path_link example/http/client/awaitable-ssl/http_client_awaitable_ssl.cpp http_client_awaitable_ssl.cpp]]
|
||||||
][
|
][
|
||||||
|
@ -235,7 +235,7 @@ customized by the caller, a completion handler defaults to using
|
|||||||
|
|
||||||
The function
|
The function
|
||||||
[@boost:/doc/html/boost_asio/reference/bind_allocator.html `net::bind_allocator`]
|
[@boost:/doc/html/boost_asio/reference/bind_allocator.html `net::bind_allocator`]
|
||||||
can be used when he caller wants to assign a custom allocator to the operation.
|
can be used when the caller wants to assign a custom allocator to the operation.
|
||||||
|
|
||||||
|
|
||||||
A completion token's associated cancellation_slot can be used to cancel single
|
A completion token's associated cancellation_slot can be used to cancel single
|
||||||
|
Reference in New Issue
Block a user