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

Method attribute

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

Returns the value of the specified attribute. @param name name of request attribute @return value or null

(final RequestAttribute name)

Source from the content-addressed store, hash-verified

36 * @return value or {@code null}
37 */
38 String attribute(final RequestAttribute name) {
39 return attributes.get(name);
40 }
41
42 /**
43 * Returns a valid boundary.

Callers 6

sendRequestMethod · 0.95
checkRequestMethod · 0.45
UserInfoMethod · 0.45
assignMethod · 0.45
uriMethod · 0.45
sendMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected