Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ asBytes
Method
asBytes
core/src/main/java/feign/Request.java:544–546 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
542
}
543
544
public
byte[] asBytes() {
545
return
data;
546
}
547
548
public
String asString() {
549
return
!isBinary() ?
new
String(data, encoding) :
"Binary data"
;
Callers
2
encode
Method · 0.80
body
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected