| Package | Description |
|---|---|
| io.mola.galimatias |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NameValue> |
URLSearchParameters.iterator() |
static List<NameValue> |
FormURLEncodedParser.parse(String input)
Charset defaults to UTF-8.
|
static List<NameValue> |
FormURLEncodedParser.parse(String input,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
URLSearchParameters |
URLSearchParameters.with(NameValue nameValue) |
URLSearchParameters |
URLSearchParameters.withAppended(NameValue nameValue) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormURLEncodedParser.encode(List<NameValue> input)
Implements the application/x-www-form-urlencoded serializer.
|
static String |
FormURLEncodedParser.encode(List<NameValue> input,
Charset charset)
Implements the application/x-www-form-urlencoded serializer.
|
Copyright © 2017. All rights reserved.