MCPcopy 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

executeMethod · 0.95
decoderMethod · 0.95
decodeMethod · 0.45
decodesMethod · 0.45
nullBodyDecodesToNullMethod · 0.45
customDecoderMethod · 0.45
customObjectDecoderMethod · 0.45
decodeTestMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by 15

executeMethod · 0.76
decoderMethod · 0.76
decodesMethod · 0.36
nullBodyDecodesToNullMethod · 0.36
customDecoderMethod · 0.36
customObjectDecoderMethod · 0.36
decodeTestMethod · 0.36
decodesSoapMethod · 0.36