//
// HTTPRequest
//
#include
#include
#include "HTTPRequest.hpp"
int main(int argc, const char * argv[])
{
try
{
std::string url;
std::string method = "GET";
std::string arguments;
std::string output;
http::InternetProtocol protocol = http::InternetProtocol::V4;
for (int i = 1; i < argc; ++i)
{
if (std::string(argv[i]) == "--help")
{
std::cout << "test --url [--protocol ] [--method ] [--arguments ] [--output