Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ request
Method
request
core/src/main/java/feign/Response.java:192–194 ·
view source on GitHub ↗
the request that generated this response
()
Source
from the content-addressed store, hash-verified
190
191
/** the request that generated this response */
192
public
Request request() {
193
return
request;
194
}
195
196
/**
197
* the HTTP protocol version
Callers
15
execute
Method · 0.95
decoder
Method · 0.95
decode
Method · 0.45
decodes
Method · 0.45
nullBodyDecodesToNull
Method · 0.45
emptyBodyDecodesToNull
Method · 0.45
notFoundDecodesToEmpty
Method · 0.45
customDecoder
Method · 0.45
customObjectDecoder
Method · 0.45
decodeTest
Method · 0.45
notFoundDecodesToEmpty
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
15
execute
Method · 0.76
decoder
Method · 0.76
decodes
Method · 0.36
nullBodyDecodesToNull
Method · 0.36
emptyBodyDecodesToNull
Method · 0.36
notFoundDecodesToEmpty
Method · 0.36
customDecoder
Method · 0.36
customObjectDecoder
Method · 0.36
decodeTest
Method · 0.36
notFoundDecodesToEmpty
Method · 0.36
decodesSoap
Method · 0.36
decodesSoapWithSchemaOnEnvelope
Method · 0.36