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

Method resolveProtocolVersion

core/src/main/java/feign/Logger.java:157–162  ·  view source on GitHub ↗
(Request.ProtocolVersion protocolVersion)

Source from the content-addressed store, hash-verified

155 }
156
157 protected static String resolveProtocolVersion(Request.ProtocolVersion protocolVersion) {
158 if (nonNull(protocolVersion)) {
159 return protocolVersion.toString();
160 }
161 return "UNKNOWN";
162 }
163
164 /** Controls the level of logging. */
165 public enum Level {

Callers 2

logRequestMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected