| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.util.http |
| Modifier and Type | Field and Description |
|---|---|
ValueBuilder |
QueryContext.output
Pending output.
|
| Modifier and Type | Method and Description |
|---|---|
ValueBuilder |
Value.cache()
Creates an
ValueBuilder, containing all items of this value. |
| Modifier and Type | Field and Description |
|---|---|
ValueBuilder |
HTTPRequest.bodyContent
Body content.
|
ValueBuilder |
HTTPRequest.Part.bodyContent
Content of part body.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
HTTPRequestParser.parse(ANode request,
ValueBuilder bodies)
Parses an
|
Iter |
HTTPClient.sendRequest(byte[] href,
ANode request,
ValueBuilder bodies)
Sends an HTTP request and returns the response.
|