Home | History | Annotate | Download | only in protocol

Lines Matching refs:HTTP

2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseServer.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.protocol;
36 import org.apache.http.HttpException;
37 import org.apache.http.HttpResponse;
38 import org.apache.http.HttpResponseInterceptor;
39 import org.apache.http.params.CoreProtocolPNames;
60 throw new IllegalArgumentException("HTTP request may not be null");
62 if (!response.containsHeader(HTTP.SERVER_HEADER)) {
66 response.addHeader(HTTP.SERVER_HEADER, s);