mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
This commit is contained in:
parent
6d6f25b75c
commit
5a8710676d
34 changed files with 607 additions and 263 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue