public interface MutableHttpParameters extends HttpParameters
HttpParameters which allows adding new parameters.EMPTY| Modifier and Type | Method and Description | 
|---|---|
| default MutableHttpParameters | add(CharSequence name,
   CharSequence value)Adds a new http parameter. | 
| MutableHttpParameters | add(CharSequence name,
   List<CharSequence> values)Adds a new http parameter. | 
empty, forEach, forEachValue, get, getAll, getFirst, getFirst, getFirst, getFirst, isEmpty, iterator, ofasMap, asMap, asProperties, contains, getValueType, names, of, subMap, subMap, subMap, valuesget, get, get, getforEach, spliteratordefault MutableHttpParameters add(CharSequence name, CharSequence value)
name - the name of the parametervalue - the value of the parameterMutableHttpParameters add(CharSequence name, List<CharSequence> values)
name - the name of the parametervalues - the values of the parameter