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

Method getHeader

quickjs/src/main/java/com/fongmi/quickjs/bean/Res.java:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public Map<String, String> getHeader() {
49 return Json.toMap(getHeaders());
50 }
51
52 public String getContentType() {
53 Map<String, String> header = getHeader();

Callers 2

getContentTypeMethod · 0.95
toMethod · 0.45

Calls 2

toMapMethod · 0.95
getHeadersMethod · 0.95

Tested by

no test coverage detected