This commit is contained in:
Tatsuhiro Tsujikawa 2006-02-21 12:27:17 +00:00
parent 6d6f25b75c
commit 5a8710676d
34 changed files with 607 additions and 263 deletions

View file

@ -23,8 +23,11 @@
#define _D_HTTP_PROXY_RESPONSE_COMMAND_H_
#include "AbstractCommand.h"
#include "HttpConnection.h"
class HttpProxyResponseCommand : public AbstractCommand {
private:
HttpConnection* http;
protected:
bool executeInternal(Segment segment);
public: