mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-24 02:59:17 +02:00
10 lines
225 B
ReStructuredText
10 lines
225 B
ReStructuredText
HTTPS Client
|
|
------------
|
|
This example demonstrates a basic synchronous HTTPS client using
|
|
`boost::beast`_.
|
|
|
|
.. literalinclude:: ../examples/https_client.cpp
|
|
:lines: 7-
|
|
|
|
.. _boost::beast: https://github.com/boostorg/beast
|