Performs a DELETE request against the given path relative to this route and returns the server response.
Path relative to this route.
Query string parameters for this request.
Additional headers to send with this request.
Performs a DELETE request against the given path relative to this route and returns the server response.
Query string parameters for this request.
Additional headers to send with this request.
Performs a GET request against the given path relative to this route and returns the server response.
Path relative to this route.
Query string parameters for this request.
Additional headers to send with this request.
Performs a GET request against the given path relative to this route and returns the server response.
Query string parameters for this request.
Additional headers to send with this request.
Performs a HEAD request against the given path relative to this route and returns the server response.
Path relative to this route.
Query string parameters for this request.
Additional headers to send with this request.
Performs a HEAD request against the given path relative to this route and returns the server response.
Query string parameters for this request.
Additional headers to send with this request.
Performs a PATCH request against the given path relative to this route and returns the server response.
Path relative to this route.
Body of the request object.
Query string parameters for this request.
Additional headers to send with this request.
Performs a PATCH request against the given path relative to this route and returns the server response.
Note: body
must not be a string
.
Body of the request object. Must not be a string.
Query string parameters for this request.
Additional headers to send with this request.
Performs a POST request against the given path relative to this route and returns the server response.
Path relative to this route.
Body of the request object.
Query string parameters for this request.
Additional headers to send with this request.
Performs a POST request against the given path relative to this route and returns the server response.
Note: body
must not be a string
.
Body of the request object. Must not be a string.
Query string parameters for this request.
Additional headers to send with this request.
Performs a PUT request against the given path relative to this route and returns the server response.
Path relative to this route.
Body of the request object.
Query string parameters for this request.
Additional headers to send with this request.
Performs a PUT request against the given path relative to this route and returns the server response.
Note: body
must not be a string
.
Body of the request object. Must not be a string.
Query string parameters for this request.
Additional headers to send with this request.
Performs an arbitrary HTTP request relative to this route and returns the server response.
Options for performing the request.
Generated using TypeDoc
Represents an arbitrary route relative to an ArangoDB database.