Package | Description |
---|---|
org.basex.query.func.http |
HTTP Functions.
|
Modifier and Type | Field and Description |
---|---|
static HttpText.Request[] |
HttpText.Request.VALUES
Cached enums (faster).
|
Modifier and Type | Field and Description |
---|---|
EnumMap<HttpText.Request,String> |
HttpRequest.attributes
Request attributes.
|
Modifier and Type | Method and Description |
---|---|
static HttpText.Request |
HttpText.Request.get(String key)
Returns an enum for the specified string.
|
static HttpText.Request |
HttpText.Request.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpText.Request[] |
HttpText.Request.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumMap<HttpText.Request,String> |
HttpClient.digestHeaders(String auth)
Parsing header for digest authentication.
|
Modifier and Type | Method and Description |
---|---|
String |
HttpRequest.attribute(HttpText.Request name)
Returns the value of the specified attribute.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.