MCPcopy Index your code
hub / github.com/OpenFeign/feign / protocolVersion

Method protocolVersion

core/src/main/java/feign/Request.java:287–289  ·  view source on GitHub ↗

Request HTTP protocol version @return HTTP protocol version

()

Source from the content-addressed store, hash-verified

285 * @return HTTP protocol version
286 */
287 public ProtocolVersion protocolVersion() {
288 return protocolVersion;
289 }
290
291 /**
292 * Request as an HTTP/1.1 request.

Callers 9

convertResponseMethod · 0.45
logRequestMethod · 0.45
toFeignResponseMethod · 0.45
toFeignResponseMethod · 0.45
executeMethod · 0.45
toFeignResponseMethod · 0.45
toFeignResponseMethod · 0.45

Calls

no outgoing calls

Tested by 2

convertResponseMethod · 0.36