ResponseWithoutBody9

data class ResponseWithoutBody9<H1, H2, H3, H4, H5, H6, H7, H8, H9>(val status: Status, val header1: List<H1>, val header2: List<H2>, val header3: List<H3>, val header4: List<H4>, val header5: List<H5>, val header6: List<H6>, val header7: List<H7>, val header8: List<H8>, val header9: List<H9>) : Response<Nothing> (source)

Response without a body carrying 9 header collections.

Constructors

Link copied to clipboard
constructor(status: Status, header1: List<H1>, header2: List<H2>, header3: List<H3>, header4: List<H4>, header5: List<H5>, header6: List<H6>, header7: List<H7>, header8: List<H8>, header9: List<H9>)

Properties

Link copied to clipboard

decoded values of the first header definition.

Link copied to clipboard

decoded values of the second header definition.

Link copied to clipboard

decoded values of the third header definition.

Link copied to clipboard

decoded values of the 4th header definition.

Link copied to clipboard

decoded values of the 5th header definition.

Link copied to clipboard

decoded values of the 6th header definition.

Link copied to clipboard

decoded values of the 7th header definition.

Link copied to clipboard

decoded values of the 8th header definition.

Link copied to clipboard

decoded values of the 9th header definition.

Link copied to clipboard
open override val status: Status

status code returned by the server.