public final class

HttpHeaders

extends Object
java.lang.Object
   ↳ org.apache.http.HttpHeaders

Class Overview

Constants enumerating the HTTP headers. All headers defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), and RFC2518 (WebDAV) are listed.

Summary

Constants
String ACCEPT RFC 2616 (HTTP/1.1) Section 14.1
String ACCEPT_CHARSET RFC 2616 (HTTP/1.1) Section 14.2
String ACCEPT_ENCODING RFC 2616 (HTTP/1.1) Section 14.3
String ACCEPT_LANGUAGE RFC 2616 (HTTP/1.1) Section 14.4
String ACCEPT_RANGES RFC 2616 (HTTP/1.1) Section 14.5
String AGE RFC 2616 (HTTP/1.1) Section 14.6
String ALLOW RFC 1945 (HTTP/1.0) Section 10.1, RFC 2616 (HTTP/1.1) Section 14.7
String AUTHORIZATION RFC 1945 (HTTP/1.0) Section 10.2, RFC 2616 (HTTP/1.1) Section 14.8
String CACHE_CONTROL RFC 2616 (HTTP/1.1) Section 14.9
String CONNECTION RFC 2616 (HTTP/1.1) Section 14.10
String CONTENT_ENCODING RFC 1945 (HTTP/1.0) Section 10.3, RFC 2616 (HTTP/1.1) Section 14.11
String CONTENT_LANGUAGE RFC 2616 (HTTP/1.1) Section 14.12
String CONTENT_LENGTH RFC 1945 (HTTP/1.0) Section 10.4, RFC 2616 (HTTP/1.1) Section 14.13
String CONTENT_LOCATION RFC 2616 (HTTP/1.1) Section 14.14
String CONTENT_MD5 RFC 2616 (HTTP/1.1) Section 14.15
String CONTENT_RANGE RFC 2616 (HTTP/1.1) Section 14.16
String CONTENT_TYPE RFC 1945 (HTTP/1.0) Section 10.5, RFC 2616 (HTTP/1.1) Section 14.17
String DATE RFC 1945 (HTTP/1.0) Section 10.6, RFC 2616 (HTTP/1.1) Section 14.18
String DAV RFC 2518 (WevDAV) Section 9.1
String DEPTH RFC 2518 (WevDAV) Section 9.2
String DESTINATION RFC 2518 (WevDAV) Section 9.3
String ETAG RFC 2616 (HTTP/1.1) Section 14.19
String EXPECT RFC 2616 (HTTP/1.1) Section 14.20
String EXPIRES RFC 1945 (HTTP/1.0) Section 10.7, RFC 2616 (HTTP/1.1) Section 14.21
String FROM RFC 1945 (HTTP/1.0) Section 10.8, RFC 2616 (HTTP/1.1) Section 14.22
String HOST RFC 2616 (HTTP/1.1) Section 14.23
String IF RFC 2518 (WevDAV) Section 9.4
String IF_MATCH RFC 2616 (HTTP/1.1) Section 14.24
String IF_MODIFIED_SINCE RFC 1945 (HTTP/1.0) Section 10.9, RFC 2616 (HTTP/1.1) Section 14.25
String IF_NONE_MATCH RFC 2616 (HTTP/1.1) Section 14.26
String IF_RANGE RFC 2616 (HTTP/1.1) Section 14.27
String IF_UNMODIFIED_SINCE RFC 2616 (HTTP/1.1) Section 14.28
String LAST_MODIFIED RFC 1945 (HTTP/1.0) Section 10.10, RFC 2616 (HTTP/1.1) Section 14.29
String LOCATION RFC 1945 (HTTP/1.0) Section 10.11, RFC 2616 (HTTP/1.1) Section 14.30
String LOCK_TOKEN RFC 2518 (WevDAV) Section 9.5
String MAX_FORWARDS RFC 2616 (HTTP/1.1) Section 14.31
String OVERWRITE RFC 2518 (WevDAV) Section 9.6
String PRAGMA RFC 1945 (HTTP/1.0) Section 10.12, RFC 2616 (HTTP/1.1) Section 14.32
String PROXY_AUTHENTICATE RFC 2616 (HTTP/1.1) Section 14.33
String PROXY_AUTHORIZATION RFC 2616 (HTTP/1.1) Section 14.34
String RANGE RFC 2616 (HTTP/1.1) Section 14.35
String REFERER RFC 1945 (HTTP/1.0) Section 10.13, RFC 2616 (HTTP/1.1) Section 14.36
String RETRY_AFTER RFC 2616 (HTTP/1.1) Section 14.37
String SERVER RFC 1945 (HTTP/1.0) Section 10.14, RFC 2616 (HTTP/1.1) Section 14.38
String STATUS_URI RFC 2518 (WevDAV) Section 9.7
String TE RFC 2616 (HTTP/1.1) Section 14.39
String TIMEOUT RFC 2518 (WevDAV) Section 9.8
String TRAILER RFC 2616 (HTTP/1.1) Section 14.40
String TRANSFER_ENCODING RFC 2616 (HTTP/1.1) Section 14.41
String UPGRADE RFC 2616 (HTTP/1.1) Section 14.42
String USER_AGENT RFC 1945 (HTTP/1.0) Section 10.15, RFC 2616 (HTTP/1.1) Section 14.43
String VARY RFC 2616 (HTTP/1.1) Section 14.44
String VIA RFC 2616 (HTTP/1.1) Section 14.45
String WARNING RFC 2616 (HTTP/1.1) Section 14.46
String WWW_AUTHENTICATE RFC 1945 (HTTP/1.0) Section 10.16, RFC 2616 (HTTP/1.1) Section 14.47
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACCEPT

RFC 2616 (HTTP/1.1) Section 14.1

Constant Value: "Accept"

public static final String ACCEPT_CHARSET

RFC 2616 (HTTP/1.1) Section 14.2

Constant Value: "Accept-Charset"

public static final String ACCEPT_ENCODING

RFC 2616 (HTTP/1.1) Section 14.3

Constant Value: "Accept-Encoding"

public static final String ACCEPT_LANGUAGE

RFC 2616 (HTTP/1.1) Section 14.4

Constant Value: "Accept-Language"

public static final String ACCEPT_RANGES

RFC 2616 (HTTP/1.1) Section 14.5

Constant Value: "Accept-Ranges"

public static final String AGE

RFC 2616 (HTTP/1.1) Section 14.6

Constant Value: "Age"

public static final String ALLOW

RFC 1945 (HTTP/1.0) Section 10.1, RFC 2616 (HTTP/1.1) Section 14.7

Constant Value: "Allow"

public static final String AUTHORIZATION

RFC 1945 (HTTP/1.0) Section 10.2, RFC 2616 (HTTP/1.1) Section 14.8

Constant Value: "Authorization"

public static final String CACHE_CONTROL

RFC 2616 (HTTP/1.1) Section 14.9

Constant Value: "Cache-Control"

public static final String CONNECTION

RFC 2616 (HTTP/1.1) Section 14.10

Constant Value: "Connection"

public static final String CONTENT_ENCODING

RFC 1945 (HTTP/1.0) Section 10.3, RFC 2616 (HTTP/1.1) Section 14.11

Constant Value: "Content-Encoding"

public static final String CONTENT_LANGUAGE

RFC 2616 (HTTP/1.1) Section 14.12

Constant Value: "Content-Language"

public static final String CONTENT_LENGTH

RFC 1945 (HTTP/1.0) Section 10.4, RFC 2616 (HTTP/1.1) Section 14.13

Constant Value: "Content-Length"

public static final String CONTENT_LOCATION

RFC 2616 (HTTP/1.1) Section 14.14

Constant Value: "Content-Location"

public static final String CONTENT_MD5

RFC 2616 (HTTP/1.1) Section 14.15

Constant Value: "Content-MD5"

public static final String CONTENT_RANGE

RFC 2616 (HTTP/1.1) Section 14.16

Constant Value: "Content-Range"

public static final String CONTENT_TYPE

RFC 1945 (HTTP/1.0) Section 10.5, RFC 2616 (HTTP/1.1) Section 14.17

Constant Value: "Content-Type"

public static final String DATE

RFC 1945 (HTTP/1.0) Section 10.6, RFC 2616 (HTTP/1.1) Section 14.18

Constant Value: "Date"

public static final String DAV

RFC 2518 (WevDAV) Section 9.1

Constant Value: "Dav"

public static final String DEPTH

RFC 2518 (WevDAV) Section 9.2

Constant Value: "Depth"

public static final String DESTINATION

RFC 2518 (WevDAV) Section 9.3

Constant Value: "Destination"

public static final String ETAG

RFC 2616 (HTTP/1.1) Section 14.19

Constant Value: "ETag"

public static final String EXPECT

RFC 2616 (HTTP/1.1) Section 14.20

Constant Value: "Expect"

public static final String EXPIRES

RFC 1945 (HTTP/1.0) Section 10.7, RFC 2616 (HTTP/1.1) Section 14.21

Constant Value: "Expires"

public static final String FROM

RFC 1945 (HTTP/1.0) Section 10.8, RFC 2616 (HTTP/1.1) Section 14.22

Constant Value: "From"

public static final String HOST

RFC 2616 (HTTP/1.1) Section 14.23

Constant Value: "Host"

public static final String IF

RFC 2518 (WevDAV) Section 9.4

Constant Value: "If"

public static final String IF_MATCH

RFC 2616 (HTTP/1.1) Section 14.24

Constant Value: "If-Match"

public static final String IF_MODIFIED_SINCE

RFC 1945 (HTTP/1.0) Section 10.9, RFC 2616 (HTTP/1.1) Section 14.25

Constant Value: "If-Modified-Since"

public static final String IF_NONE_MATCH

RFC 2616 (HTTP/1.1) Section 14.26

Constant Value: "If-None-Match"

public static final String IF_RANGE

RFC 2616 (HTTP/1.1) Section 14.27

Constant Value: "If-Range"

public static final String IF_UNMODIFIED_SINCE

RFC 2616 (HTTP/1.1) Section 14.28

Constant Value: "If-Unmodified-Since"

public static final String LAST_MODIFIED

RFC 1945 (HTTP/1.0) Section 10.10, RFC 2616 (HTTP/1.1) Section 14.29

Constant Value: "Last-Modified"

public static final String LOCATION

RFC 1945 (HTTP/1.0) Section 10.11, RFC 2616 (HTTP/1.1) Section 14.30

Constant Value: "Location"

public static final String LOCK_TOKEN

RFC 2518 (WevDAV) Section 9.5

Constant Value: "Lock-Token"

public static final String MAX_FORWARDS

RFC 2616 (HTTP/1.1) Section 14.31

Constant Value: "Max-Forwards"

public static final String OVERWRITE

RFC 2518 (WevDAV) Section 9.6

Constant Value: "Overwrite"

public static final String PRAGMA

RFC 1945 (HTTP/1.0) Section 10.12, RFC 2616 (HTTP/1.1) Section 14.32

Constant Value: "Pragma"

public static final String PROXY_AUTHENTICATE

RFC 2616 (HTTP/1.1) Section 14.33

Constant Value: "Proxy-Authenticate"

public static final String PROXY_AUTHORIZATION

RFC 2616 (HTTP/1.1) Section 14.34

Constant Value: "Proxy-Authorization"

public static final String RANGE

RFC 2616 (HTTP/1.1) Section 14.35

Constant Value: "Range"

public static final String REFERER

RFC 1945 (HTTP/1.0) Section 10.13, RFC 2616 (HTTP/1.1) Section 14.36

Constant Value: "Referer"

public static final String RETRY_AFTER

RFC 2616 (HTTP/1.1) Section 14.37

Constant Value: "Retry-After"

public static final String SERVER

RFC 1945 (HTTP/1.0) Section 10.14, RFC 2616 (HTTP/1.1) Section 14.38

Constant Value: "Server"

public static final String STATUS_URI

RFC 2518 (WevDAV) Section 9.7

Constant Value: "Status-URI"

public static final String TE

RFC 2616 (HTTP/1.1) Section 14.39

Constant Value: "TE"

public static final String TIMEOUT

RFC 2518 (WevDAV) Section 9.8

Constant Value: "Timeout"

public static final String TRAILER

RFC 2616 (HTTP/1.1) Section 14.40

Constant Value: "Trailer"

public static final String TRANSFER_ENCODING

RFC 2616 (HTTP/1.1) Section 14.41

Constant Value: "Transfer-Encoding"

public static final String UPGRADE

RFC 2616 (HTTP/1.1) Section 14.42

Constant Value: "Upgrade"

public static final String USER_AGENT

RFC 1945 (HTTP/1.0) Section 10.15, RFC 2616 (HTTP/1.1) Section 14.43

Constant Value: "User-Agent"

public static final String VARY

RFC 2616 (HTTP/1.1) Section 14.44

Constant Value: "Vary"

public static final String VIA

RFC 2616 (HTTP/1.1) Section 14.45

Constant Value: "Via"

public static final String WARNING

RFC 2616 (HTTP/1.1) Section 14.46

Constant Value: "Warning"

public static final String WWW_AUTHENTICATE

RFC 1945 (HTTP/1.0) Section 10.16, RFC 2616 (HTTP/1.1) Section 14.47

Constant Value: "WWW-Authenticate"