Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OreosLab/bili
/ setUserAgent
Method
setUserAgent
src/main/java/top/misec/utils/HttpUtils.java:179–183 ·
view source on GitHub ↗
(String userAgent)
Source
from the content-addressed store, hash-verified
177
}
178
179
public
static
void
setUserAgent(String userAgent) {
180
if
(StringUtils.isNotBlank(userAgent)) {
181
HttpUtils.userAgent = userAgent;
182
}
183
}
184
}
Callers
2
serverlessConfigInit
Method · 0.95
configInit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected