HeadersAccessor

interface HeadersAccessor

Abstraction for headers map.

Functions

Link copied to clipboard
@Nullable
abstract fun get(key: String): @Nullable String
Link copied to clipboard
abstract fun keys(): Iterable<String>
Link copied to clipboard
open fun wrap(input: Map<String, String>): HeadersAccessor