OpenSDN source code
|
#include "http_client.h"
#include <boost/bind.hpp>
#include "http_curl.h"
#include "base/util.h"
#include "base/test/task_test_util.h"
#include "io/event_manager.h"
Go to the source code of this file.
Functions | |
void | httpc_print (HttpConnection *conn, std::string &str, boost::system::error_code &ec) |
Variables | |
EventManager | evm |
int | num |
void httpc_print | ( | HttpConnection * | conn, |
std::string & | str, | ||
boost::system::error_code & | ec | ||
) |
Definition at line 14 of file src/contrail-common/http/client/main.cc.
EventManager evm |
Definition at line 12 of file src/contrail-common/http/client/main.cc.
int num |
Definition at line 13 of file src/contrail-common/http/client/main.cc.