Package org.basex.util.http
Interface HttpText
public interface HttpText
HTTP strings.
- Author:
- BaseX Team 2005-21, BSD License, Rositsa Shadura
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHTTP header string.static final StringHTTP header string.static final StringAuth.static final StringAuth-int.static final StringHTTP header string.static final StringBase64 string.static final StringBinary string.static final StringBoundary marker.static final StringHTTP header string.static final StringCharacter string.static final byte[]Content-Disposition (lower case).static final StringHTTP header string.static final StringHTTP header string.static final StringHTTP header string.static final byte[]Carriage return/line feed.static final byte[]Dashes.static final StringDefault multipart boundary.static final StringHTTP method DELETE.static final StringHTTP header string.static final StringFilename string.static final StringContent encoding: gzip.static final StringHTTP header string.static final StringMD5.static final StringMD5-sess.static final byte[]Response attribute: message.static final StringHeader attribute: name.static final StringHTTP header string.static final QNmQName.static final QNmQName.static final QNmQName.static final QNmQName.static final StringHTTP header string.static final StringBody attribute: src.static final byte[]Response attribute: status.static final StringHTTP method TRACE.static final StringHeader attribute: value.static final StringHTTP header string.
-
Field Details
-
WWW_AUTHENTICATE
HTTP header string.- See Also:
-
AUTHORIZATION
HTTP header string.- See Also:
-
CONTENT_ENCODING
HTTP header string.- See Also:
-
CONTENT_TYPE
HTTP header string.- See Also:
-
CONTENT_TRANSFER_ENCODING
HTTP header string.- See Also:
-
CACHE_CONTROL
HTTP header string.- See Also:
-
SERVER_TIMING
HTTP header string.- See Also:
-
PRAGMA
HTTP header string.- See Also:
-
EXPIRES
HTTP header string.- See Also:
-
LOCATION
HTTP header string.- See Also:
-
ACCEPT
HTTP header string.- See Also:
-
ALLOW
HTTP header string.- See Also:
-
CONTENT_DISPOSITION
static final byte[] CONTENT_DISPOSITIONContent-Disposition (lower case). -
DASHES
static final byte[] DASHESDashes. -
CHARSET
Character string.- See Also:
-
FILENAME
Filename string.- See Also:
-
DEFAULT_BOUNDARY
Default multipart boundary.- See Also:
-
BOUNDARY
Boundary marker.- See Also:
-
TRACE
HTTP method TRACE.- See Also:
-
DELETE
HTTP method DELETE.- See Also:
-
SRC
Body attribute: src.- See Also:
-
MD5
MD5.- See Also:
-
MD5_SESS
MD5-sess.- See Also:
-
AUTH
Auth.- See Also:
-
AUTH_INT
Auth-int.- See Also:
-
GZIP
Content encoding: gzip.- See Also:
-
Q_BODY
QName. -
Q_RESPONSE
QName. -
Q_HEADER
QName. -
Q_MULTIPART
QName. -
CRLF
static final byte[] CRLFCarriage return/line feed. -
STATUS
static final byte[] STATUSResponse attribute: status. -
MESSAGE
static final byte[] MESSAGEResponse attribute: message. -
NAME
Header attribute: name.- See Also:
-
VALUE
Header attribute: value.- See Also:
-
BINARY
Binary string.- See Also:
-
BASE64
Base64 string.- See Also:
-