MCPcopy Create free account
hub / github.com/BaseXdb/basex / delete

Method delete

basex-api/src/test/java/org/basex/http/HTTPTest.java:109–112  ·  view source on GitHub ↗

Executes the specified DELETE request. @param status status code to check @param path path of request @param params query parameters (keys and values) @return response code @throws IOException I/O exception

(final int status, final String path, final Object... params)

Source from the content-addressed store, hash-verified

107 * @throws IOException I/O exception
108 */
109 protected static String delete(final int status, final String path, final Object... params)
110 throws IOException {
111 return send(status, DELETE.name(), null, null, path, params);
112 }
113
114 /**
115 * Executes the specified HEAD request and returns the result.

Callers 13

registerMethod · 0.45
delete1Method · 0.45
delete2Method · 0.45
deleteOptionMethod · 0.45
put1Method · 0.45
put2Method · 0.45
put3Method · 0.45
put4Method · 0.45
databasesMethod · 0.45
resourcesMethod · 0.45
testMethod · 0.45
registerMethod · 0.45

Calls 2

sendMethod · 0.95
nameMethod · 0.65

Tested by

no test coverage detected