Skip to content

Instantly share code, notes, and snippets.

View aromanro's full-sized avatar
:atom:
Doing quantum stuff...

Adrian Roman aromanro

:atom:
Doing quantum stuff...
View GitHub Profile
@aromanro
aromanro / CallApi.cpp
Last active August 16, 2020 10:43
How to use boost for a https api call
#include <iostream>
#include <boost/asio.hpp>
#include <boost/asio/ssl.hpp>
#include <boost/beast.hpp>
#include <boost/format.hpp>