Interface MutableHttpHeaders

All Superinterfaces:
ConversionServiceAware, ConversionServiceProvider, ConvertibleMultiValues<String>, ConvertibleValues<List<String>>, Headers, HttpHeaders, Iterable<Map.Entry<String,List<String>>>, MutableHeaders, ValueResolver<CharSequence>
All Known Implementing Classes:
CaseInsensitiveMutableHttpHeaders, NettyHttpHeaders, SimpleHttpHeaders

public interface MutableHttpHeaders extends MutableHeaders, HttpHeaders, ConversionServiceAware
Extends HttpHeaders add methods for mutation of headers.
Since:
1.0
Author:
Graeme Rocher