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