Adds a new value with the specified name and value. @param name The name @param value The value being added @return a reference to this, so the API can be used fluently
(String name, String value)
| 159 | * @return a reference to this, so the API can be used fluently |
| 160 | */ |
| 161 | @Fluent |
| 162 | MultiMap add(String name, String value); |
| 163 | |
| 164 | /** |
no outgoing calls