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

Method write

basex-api/src/test/java/org/basex/http/FnHttpTest.java:774–776  ·  view source on GitHub ↗

Returns the output stream of a fake connection. @param request request @return output stream @throws IOException I/O exception

(final Request request)

Source from the content-addressed store, hash-verified

772 * @throws IOException I/O exception
773 */
774 private static String write(final Request request) throws IOException {
775 return Token.string(Client.payload(request));
776 }
777
778 /**
779 * Fake HTTP connection.

Callers 10

writeMultipartMessageMethod · 0.95
writeMultipartBinaryMethod · 0.95
writeMessageMethod · 0.95
writeBase64Method · 0.95
writeTextMethod · 0.95
writeHexMethod · 0.95
writeFromResourceMethod · 0.95
registerMethod · 0.45
runOptionMethod · 0.45
onBinaryMethod · 0.45

Calls 2

stringMethod · 0.95
payloadMethod · 0.95

Tested by

no test coverage detected