summaryrefslogtreecommitdiffhomepage
path: root/NetEx/HttpClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NetEx/HttpClient.cpp')
-rw-r--r--NetEx/HttpClient.cpp18
1 files changed, 11 insertions, 7 deletions
diff --git a/NetEx/HttpClient.cpp b/NetEx/HttpClient.cpp
index 5b62a51..642ebe3 100644
--- a/NetEx/HttpClient.cpp
+++ b/NetEx/HttpClient.cpp
@@ -3,18 +3,22 @@
Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
Copyright (c) 1997-2006, Destroyer Studios LLC.
- AUTHOR: John DiCamillo
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Network Server Pump for HTTP Server
+ OVERVIEW
+ ========
+ Network Server Pump for HTTP Server
*/
#include "HttpClient.h"
-#include "NetHost.h"
-#include "NetLayer.h"
-#include <mmsystem.h>
+
+#include "HttpParam.h"
+#include "HttpRequest.h"
+#include "HttpResponse.h"
+#include "List.h"
+#include "NetAddr.h"
+#include "NetClient.h"
// +-------------------------------------------------------------------+