ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-http
/
io.ktor.http
/
HeaderValueParam
Header
Value
Param
common
data
class
HeaderValueParam
(
name
:
String
,
value
:
String
)
Content copied to clipboard
Represents a single value parameter
Constructors
Functions
Properties
Constructors
Header
Value
Param
Link copied to clipboard
common
fun
HeaderValueParam
(
name
:
String
,
value
:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
of parameter
value
Link copied to clipboard
common
val
value
:
String
Content copied to clipboard
of parameter