MCPcopy 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

buildRequestBodyMethod · 0.95
addArgumentMethod · 0.95
invokeStatic16Method · 0.80

Calls 1

encodeMethod · 0.95

Tested by

no test coverage detected