Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
HTTPClient.h File Reference

Simple HTTP Client implementation. More...

#include "Object.h"
#include "Blob.h"
#include <boost/beast/core.hpp>
#include <boost/beast/http.hpp>
#include <boost/asio/connect.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/ssl/stream.hpp>
#include <iostream>
#include <string>
#include <map>
Include dependency graph for HTTPClient.h:

Go to the source code of this file.

Classes

class  giri::HTTPClient
 Simple HTTP Client. More...
 

Namespaces

 giri
 Namespace for giri's C++ support library.
 

Detailed Description

Simple HTTP Client implementation.

Author
Daniel Giritzer