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

Method boundary

basex-core/src/main/java/org/basex/util/http/Request.java:46–49  ·  view source on GitHub ↗

Returns a valid boundary. @return boundary string

()

Source from the content-addressed store, hash-verified

44 * @return boundary string
45 */
46 String boundary() {
47 final String boundary = payloadAtts.get(BOUNDARY);
48 return boundary == null || boundary.isEmpty() ? DEFAULT_BOUNDARY : boundary;
49 }
50}

Callers 2

setContentTypeMethod · 0.45
payloadMethod · 0.45

Calls 2

getMethod · 0.65
isEmptyMethod · 0.45

Tested by

no test coverage detected