ResponseHeaders

The headers of a Response.

Since

0.4.0

Constructors

Link copied to clipboard
constructor(headers: Map<String, List<String>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val entries: Set<Map.Entry<String, List<String>>>
Link copied to clipboard
open override val keys: Set<String>
Link copied to clipboard

Returns the page size or null if it could not be parsed from the X_PAGE_SIZE header.

Link copied to clipboard

Returns the total number of pages or null if it could not be parsed from the X_PAGE_TOTAL header.

Link copied to clipboard
open override val size: Int
Link copied to clipboard
open override val values: Collection<List<String>>

Functions

Link copied to clipboard
open override fun containsKey(key: String): Boolean
Link copied to clipboard
open override fun containsValue(value: List<String>): Boolean
Link copied to clipboard
open operator override fun get(key: String): List<String>?
Link copied to clipboard
open override fun isEmpty(): Boolean