mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-24 11:08:16 +02:00
10 lines
258 B
ReStructuredText
10 lines
258 B
ReStructuredText
Asynchronous HTTPS Client
|
|
-------------------------
|
|
This example demonstrates a basic asynchronous HTTPS client using
|
|
`boost::beast`_.
|
|
|
|
.. literalinclude:: ../examples/async_https_client.cpp
|
|
:lines: 7-
|
|
|
|
.. _boost::beast: https://github.com/boostorg/beast
|