org.carrot2.util.httpclient
Class HttpHeaders

java.lang.Object
  extended by org.carrot2.util.httpclient.HttpHeaders

public class HttpHeaders
extends Object

Some commonly used HTTP headers.


Field Summary
static org.apache.http.Header GZIP_ENCODING
          HTTP header for declaring allowed GZIP encoding.
static org.apache.http.Header URL_ENCODED
          HTTP header for url-encoded content type.
static org.apache.http.Header USER_AGENT_HEADER_MOZILLA
          HTTP header faking Mozilla as the user agent.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_ENCODED

public static final org.apache.http.Header URL_ENCODED
HTTP header for url-encoded content type.


GZIP_ENCODING

public static final org.apache.http.Header GZIP_ENCODING
HTTP header for declaring allowed GZIP encoding.


USER_AGENT_HEADER_MOZILLA

public static final org.apache.http.Header USER_AGENT_HEADER_MOZILLA
HTTP header faking Mozilla as the user agent.



Copyright (c) Dawid Weiss, Stanislaw Osinski