MCPcopy Create free account
hub / github.com/FongMi/TV / getHeader

Method getHeader

quickjs/src/main/java/com/fongmi/quickjs/bean/Req.java:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 public Map<String, String> getHeader() {
75 return Json.toMap(getHeaders());
76 }
77
78 public String getCharset() {
79 Map<String, String> header = getHeader();

Callers 1

getCharsetMethod · 0.95

Calls 2

toMapMethod · 0.95
getHeadersMethod · 0.95

Tested by

no test coverage detected