Example usage for Java com.amazonaws.util SdkHttpUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
String | urlEncode(final String value, final boolean path) Encode a string for use in the path of a URL; uses URLEncoder.encode, (which encodes a string for use in the query portion of a URL), then applies some postfilters to fix things up per the RFC. |