Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getContentType
Method · 0.95
to
Method · 0.45
Calls
2
toMap
Method · 0.95
getHeaders
Method · 0.95
Tested by
no test coverage detected