Modern C++ async rest https request coroutine with boost beast and json
00:00 intro
00:48 adding boost.beast, boost.url and boost.json through vcpkg (CMake)
01:30 includes and namespaces
02:12 using boost.url to craft a URL safely and efficiently
06:10 crafting and sending an http request using boost.beast
07:53 receiving the http response
09:15 Adding http headers
12:00 Converting http response string into json using boost.json
14:07 Outro