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

Method encoding

jaxrs2/src/main/java/feign/jaxrs2/JAXRSClient.java:105–109  ·  view source on GitHub ↗
(Charset charset)

Source from the content-addressed store, hash-verified

103 }
104
105 private String encoding(Charset charset) {
106 if (charset == null) return null;
107
108 return charset.name();
109 }
110
111 private String locale(Map<String, Collection<String>> headers) {
112 if (!headers.containsKey(HttpHeaders.CONTENT_LANGUAGE)) return null;

Callers 1

createRequestEntityMethod · 0.95

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected