#include "ace/INET_Addr.h"
#include "ace/Svc_Handler.h"
#include "ace/SOCK_Connector.h"
#include "ace/Connector.h"
#include "ace/Message_Block.h"
#include "HTTP_Handler.h"
Include dependency graph for HTTP_Client.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | HTTP_Client |
HTTP_Client is intended to provide application API to classes that wish to do network i/o at a very high level of abstraction. More... |
This is the HTTP_Client class, which is the API for doing file uploads/downloads.