http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.model
/
HttpHeader
Http
Header
@
JsonSerializable
data
class
HttpHeader
(
val
headerName
:
HeaderName
?
=
null
,
val
headerValue
:
HeaderValue
?
=
null
)
(
source
)
Members
Constructors
Http
Header
Link copied to clipboard
constructor
(
headerName
:
HeaderName
?
=
null
,
headerValue
:
HeaderValue
?
=
null
)
Properties
header
Name
Link copied to clipboard
val
headerName
:
HeaderName
?
header
Value
Link copied to clipboard
val
headerValue
:
HeaderValue
?