public interface HttpText
Modifier and Type | Interface and Description |
---|---|
static class |
HttpText.Request
Request attributes.
|
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT
HTTP header: Accept.
|
static String |
AUTH
Auth.
|
static String |
AUTH_INT
Auth-int.
|
static String |
AUTHORIZATION
HTTP header: Authorization.
|
static String |
BASIC
HTTP basic authentication.
|
static String |
BINARY
Method binary.
|
static String |
BOUNDARY
boundary marker.
|
static String |
BOUNDARY_IS
Boundary string.
|
static String |
CHARSET_IS
Character string.
|
static byte[] |
CONTENT_DISPOSITION
Content-Disposition.
|
static String |
CONTENT_TYPE
HTTP header: Content-Type.
|
static byte[] |
CONTENT_TYPE_LC
HTTP header Content-Type lower case.
|
static byte[] |
CRLF
Carriage return/line feed.
|
static byte[] |
DASHES
Dashes.
|
static String |
DEFAULT_BOUNDARY
Default multipart boundary.
|
static String |
DELETE
HTTP method DELETE.
|
static String |
DIGEST
HTTP digest authentication.
|
static String |
FILENAME_IS
Filename string.
|
static String |
MD5
MD5.
|
static String |
MD5_SESS
MD5-sess.
|
static byte[] |
MESSAGE
Response attribute: message.
|
static byte[] |
NAME
Header attribute: name.
|
static String |
NAME_IS
Name string.
|
static QNm |
Q_BODY
QName.
|
static QNm |
Q_HEADER
QName.
|
static QNm |
Q_MULTIPART
QName.
|
static QNm |
Q_RESPONSE
QName.
|
static String |
SRC
Body attribute: src.
|
static byte[] |
STATUS
Response attribute: status.
|
static String |
TRACE
HTTP method TRACE.
|
static byte[] |
VALUE
Header attribute: value.
|
static String |
WWW_AUTHENTICATE
HTTP header: WWW-Authentication string.
|
static final String WWW_AUTHENTICATE
static final String AUTHORIZATION
static final String CONTENT_TYPE
static final String ACCEPT
static final String BASIC
static final String DIGEST
static final byte[] CONTENT_DISPOSITION
static final byte[] DASHES
static final String CHARSET_IS
static final String BOUNDARY_IS
static final String NAME_IS
static final String FILENAME_IS
static final String DEFAULT_BOUNDARY
static final String BOUNDARY
static final String TRACE
static final String DELETE
static final String SRC
static final String MD5
static final String MD5_SESS
static final String AUTH
static final String AUTH_INT
static final QNm Q_BODY
static final QNm Q_RESPONSE
static final QNm Q_HEADER
static final QNm Q_MULTIPART
static final byte[] CRLF
static final byte[] CONTENT_TYPE_LC
static final byte[] STATUS
static final byte[] MESSAGE
static final byte[] NAME
static final byte[] VALUE
static final String BINARY
Copyright © 2005–2015 BaseX Team. All rights reserved.