#include "pandabase.h"#include "string_utils.h"#include "queuedConnectionManager.h"#include "queuedConnectionReader.h"#include "connectionWriter.h"#include "connection.h"#include "pointerTo.h"#include "datagram.h"Go to the source code of this file.
Compounds | |
| class | HTTPClient |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| string | proxy_server |
| int | proxy_port |
| string | data_server |
| string | url |
|
||||||||||||
|
Definition at line 126 of file test_proxy.cxx. References HTTPClient::close(), HTTPClient::connect(), data_server, HTTPClient::is_closed(), proxy_port, proxy_server, HTTPClient::read(), HTTPClient::send(), string_to_int(), and url. |
|
|
Definition at line 30 of file test_proxy.cxx. Referenced by main(). |
|
|
Definition at line 29 of file test_proxy.cxx. Referenced by main(). |
|
|
Definition at line 28 of file test_proxy.cxx. Referenced by main(). |
|
|
Definition at line 31 of file test_proxy.cxx. Referenced by URLSpec::input(), main(), and URLSpec::set_url(). |
1.3