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: [email protected]
For additional commands, e-mail: [email protected]