Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OreosLab/bili
/ post
Method
post
src/main/java/top/misec/push/AbstractPush.java:102–104 ·
view source on GitHub ↗
(String url, String content)
Source
from the content-addressed store, hash-verified
100
}
101
102
private
JsonObject post(String url, String content) {
103
return
HttpUtils.doPost(url, content, null, requestConfig);
104
}
105
106
/**
107
* 生成推送URL
Callers
1
push2Target
Method · 0.95
Calls
1
doPost
Method · 0.95
Tested by
no test coverage detected