You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2008/01/24 13:00:26 UTC

svn commit: r614855 - /webservices/axis2/trunk/c/include/axis2_http_transport.h

Author: dushshantha
Date: Thu Jan 24 04:00:09 2008
New Revision: 614855

URL: http://svn.apache.org/viewvc?rev=614855&view=rev
Log:
applied the patch for AXIS2C-929

Modified:
    webservices/axis2/trunk/c/include/axis2_http_transport.h

Modified: webservices/axis2/trunk/c/include/axis2_http_transport.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport.h?rev=614855&r1=614854&r2=614855&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport.h Thu Jan 24 04:00:09 2008
@@ -129,6 +129,11 @@
 #define AXIS2_HTTP_GET "GET"
 
     /**
+     * HEADER_HEAD
+     */
+#define AXIS2_HTTP_HEAD "HEAD"
+
+    /**
      * HEADER_HOST
      */
 #define AXIS2_HTTP_HEADER_HOST "Host"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org