Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ encodeBody
Method
encodeBody
CodenameOne/src/com/codename1/io/Util.java:1431–1433 ·
view source on GitHub ↗
(final String str)
Source
from the content-addressed store, hash-verified
1429
///
1430
/// encoded string
1431
public
static
String encodeBody(
final
String str) {
1432
return
encode(str,
"+"
);
1433
}
1434
1435
/// Encode a string for HTML requests
1436
///
Callers
4
calculateContentLength
Method · 0.95
buildRequestBody
Method · 0.95
addArgument
Method · 0.95
invokeStatic16
Method · 0.80
Calls
1
encode
Method · 0.95
Tested by
no test coverage detected