Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
Response |
ArangoRoute.delete()
Performs a DELETE request to the given URL and returns the server response.
|
Response |
ArangoDB.execute(Request request)
Generic Execute.
|
Response |
ArangoDB.execute(Request request,
com.arangodb.internal.net.HostHandle hostHandle)
Generic Execute.
|
Response |
ArangoRoute.get()
Performs a GET request to the given URL and returns the server response.
|
Response |
ArangoRoute.head()
Performs a HEAD request to the given URL and returns the server response.
|
Response |
ArangoRoute.patch()
Performs a PATCH request to the given URL and returns the server response.
|
Response |
ArangoRoute.post()
Performs a POST request to the given URL and returns the server response.
|
Response |
ArangoRoute.put()
Performs a PUT request to the given URL and returns the server response.
|
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.