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/HTTP.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.protocol;
35 * Constants and static helpers related to the HTTP protocol.
43 public final class HTTP {
50 /** HTTP header definitions */
62 /** HTTP expectations */
65 /** HTTP connection control */
96 private HTTP() {