public final class HttpUtil extends Object
| Constructor and Description |
|---|
HttpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
queryToParams(String query)
Parse given query string of the form
name1=value1&name2=value2 and return it as Map |
public static Map<String,String> queryToParams(String query) throws UnsupportedEncodingException
name1=value1&name2=value2 and return it as Mapquery - Query stringUnsupportedEncodingExceptionCopyright © 2017 Shippo. All rights reserved.