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/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
getCharset
Method · 0.95
Calls
2
toMap
Method · 0.95
getHeaders
Method · 0.95
Tested by
no test coverage detected