You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2011/05/17 21:01:35 UTC

svn commit: r1104468 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java

Author: sebb
Date: Tue May 17 19:01:35 2011
New Revision: 1104468

URL: http://svn.apache.org/viewvc?rev=1104468&view=rev
Log:
Add constant for Host header

Modified:
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java

Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java?rev=1104468&r1=1104467&r2=1104468&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java (original)
+++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.java Tue May 17 19:01:35 2011
@@ -53,6 +53,7 @@ public interface HTTPConstantsInterface 
     public static final String HEADER_CONTENT_DISPOSITION = "Content-Disposition"; // $NON-NLS-1$
     public static final String HEADER_CONTENT_TYPE = "Content-Type"; // $NON-NLS-1$
     public static final String HEADER_CONTENT_LENGTH = "Content-Length"; // $NON-NLS-1$
+    public static final String HEADER_HOST = "Host"; // $NON-NLS-1$
     public static final String HEADER_LOCATION = "Location"; // $NON-NLS-1$
     public static final String APPLICATION_X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded"; // $NON-NLS-1$
     public static final String MULTIPART_FORM_DATA = "multipart/form-data"; // $NON-NLS-1$



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org