Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MrFuFuFu/RxFace
/ getParams
Method
getParams
sdk_unuse/HttpRequests.java:303–306 ·
view source on GitHub ↗
@return PostParameters object
()
Source
from the content-addressed store, hash-verified
301
* @
return
{@link PostParameters} object
302
*/
303
public
PostParameters getParams() {
304
if
(params == null) params =
new
PostParameters();
305
return
params;
306
}
307
308
/**
309
* set default PostParameters
Callers
1
request
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected