Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ value
Method
value
basex-core/src/main/java/org/basex/util/http/Payload.java:97–99 ·
view source on GitHub ↗
Returns all payloads. @return payloads
()
Source
from the content-addressed store, hash-verified
95
* @
return
payloads
96
*/
97
Value value() {
98
return
payloads.value();
99
}
100
101
/**
102
* Interprets a payload according to content type and returns a corresponding value.
Callers
4
bind
Method · 0.95
getResponse
Method · 0.95
parse
Method · 0.95
multiForm
Method · 0.45
Calls
15
prepare
Method · 0.95
get
Method · 0.95
get
Method · 0.95
get
Method · 0.95
read
Method · 0.95
decodeUri
Method · 0.95
contains
Method · 0.95
debug
Method · 0.95
inputStream
Method · 0.95
extractParts
Method · 0.95
boundary
Method · 0.95
get
Method · 0.95
Tested by
no test coverage detected