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

Method charset

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

Charset of the request. @return the current character set for the request, may be {@literal null} for binary data.

()

Source from the content-addressed store, hash-verified

253 * @return the current character set for the request, may be {@literal null} for binary data.
254 */
255 public Charset charset() {
256 return body.encoding;
257 }
258
259 /**
260 * If present, this is the replayable body to send to the server. In some cases, this may be

Callers 15

applyMethod · 0.95
createRequestEntityMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
logRequestMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
toClassicHttpRequestMethod · 0.45
getContentTypeMethod · 0.45
getContentTypeMethod · 0.45
decodeMethod · 0.45
toOkHttpRequestMethod · 0.45

Calls

no outgoing calls

Tested by 1

applyMethod · 0.76