--- libwww/Library/src/HTTPReq.html 1995/09/12 23:40:18 2.4 +++ libwww/Library/src/HTTPReq.html 1995/09/16 21:25:39 2.5 @@ -1,6 +1,7 @@ HTTP Request Stream + @@ -28,9 +29,16 @@ This stream makes a HTTP request header transparent mode.
+typedef enum _HTTPVersion {
+    HTTP = 0,
+    HTTP_09,		
+    HTTP_10,
+    HTTP_11,
+    HTTP_12
+} HTTPVersion;
+
 extern HTStream * HTTPRequest_new	PARAMS((HTRequest *	request,
 						HTStream *	target));
-
 #endif