Class CaseInsensitiveMutableHttpHeaders

java.lang.Object
io.micronaut.http.CaseInsensitiveMutableHttpHeaders
All Implemented Interfaces:
ConversionServiceAware, ConversionServiceProvider, ConvertibleMultiValues<String>, ConvertibleValues<List<String>>, Headers, MutableHeaders, ValueResolver<CharSequence>, HttpHeaders, MutableHttpHeaders, Iterable<Map.Entry<String,List<String>>>

@Internal public final class CaseInsensitiveMutableHttpHeaders extends Object implements MutableHttpHeaders
A MutableHttpHeaders implementation that is case-insensitive.
Since:
4.0.0
Author:
Tim Yates