HeadersImpl
class HeadersImpl : Headers, StringValuesImpl
Constructors
Inherited Properties
Functions
fun toString(): String |
Extension Functions
fun StringValues.filter( Create a new instance of StringValues filtered by the specified predicate |
|
fun StringValues.flattenEntries(): List<Pair<String, String>> Copy values to a list of pairs |
|
fun StringValues.flattenForEach( Invoke block function for every value pair |
|
Retrieves LastModified and ETag versions from headers. |
|
fun StringValues.toMap(): Map<String, List<String>> Copy values to a new independent map |