hexagon
2.0.17
http
/
com.hexagonkt.http.model
/
HttpFields
Http
Fields
data
class
HttpFields
<
T
:
HttpField
>
(
val
httpFields
:
Map
<
String
,
T
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Http
Fields
Link copied to clipboard
fun
<
T
:
HttpField
>
HttpFields
(
fields
:
List
<
T
>
)
Content copied to clipboard
Http
Fields
Link copied to clipboard
fun
<
T
:
HttpField
>
HttpFields
(
vararg
fields
:
T
)
Content copied to clipboard
Http
Fields
Link copied to clipboard
fun
<
T
:
HttpField
>
HttpFields
(
httpFields
:
Map
<
String
,
T
>
)
Content copied to clipboard
Functions
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
String
?
Content copied to clipboard
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
minus
Link copied to clipboard
operator
fun
minus
(
name
:
String
)
:
HttpFields
<
T
>
Content copied to clipboard
plus
Link copied to clipboard
operator
fun
plus
(
element
:
T
)
:
HttpFields
<
T
>
Content copied to clipboard
operator
fun
plus
(
element
:
HttpFields
<
T
>
)
:
HttpFields
<
T
>
Content copied to clipboard
require
Link copied to clipboard
fun
require
(
key
:
String
)
:
String
Content copied to clipboard
Properties
all
Pairs
Link copied to clipboard
val
allPairs
:
List
<
Pair
<
String
,
String
>
>
Content copied to clipboard
all
Values
Link copied to clipboard
val
allValues
:
Map
<
String
,
List
<
String
>
>
Content copied to clipboard
http
Fields
Link copied to clipboard
val
httpFields
:
Map
<
String
,
T
>
Content copied to clipboard
values
Link copied to clipboard
val
values
:
Map
<
String
,
String
>
Content copied to clipboard