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

Method put

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

Executes the specified PUT request. @param is input stream (can be null) @param request query @throws IOException I/O exception

(final InputStream is, final String request)

Source from the content-addressed store, hash-verified

171 * @throws IOException I/O exception
172 */
173 protected static void put(final InputStream is, final String request) throws IOException {
174 put(201, is, request);
175 }
176
177 /**
178 * Executes the specified PUT request.

Callers 15

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

Calls 2

sendMethod · 0.95
nameMethod · 0.65

Tested by

no test coverage detected