summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/stress_testing/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/stress_testing/http.h')
-rw-r--r--ACE/apps/JAWS/stress_testing/http.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/apps/JAWS/stress_testing/http.h b/ACE/apps/JAWS/stress_testing/http.h
new file mode 100644
index 00000000000..efce9235e56
--- /dev/null
+++ b/ACE/apps/JAWS/stress_testing/http.h
@@ -0,0 +1,16 @@
+// $Id$
+
+#include "global.h"
+
+#define CONTENT_ENCODING_HEADER "Content-encoding: "
+#define CONTENT_TYPE_HEADER "Content-type: "
+#define INCOMING_FILE_NAME "/tmp/sumedh.web.inc"
+#define TEMPORARY_FILE_NAME "/tmp/sumedh.web.tmp"
+
+#define ENCODING_TAB "./encoding.tab"
+#define CONTENT_TAB "./content.tab"
+
+int demime(void);
+int decode(char *encoding);
+int view(char *content);
+