hexagon
2.0.17
http
/
com.hexagonkt.http.model
/
QueryParameter
Query
Parameter
data
class
QueryParameter
(
val
name
:
String
,
val
values
:
List
<
String
>
)
:
HttpField
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Query
Parameter
Link copied to clipboard
fun
QueryParameter
(
name
:
String
,
vararg
values
:
Any
)
Content copied to clipboard
Query
Parameter
Link copied to clipboard
fun
QueryParameter
(
name
:
String
,
values
:
List
<
String
>
)
Content copied to clipboard
Functions
minus
Link copied to clipboard
open
operator override
fun
minus
(
element
:
String
)
:
HttpField
Content copied to clipboard
plus
Link copied to clipboard
open
operator override
fun
plus
(
value
:
Any
)
:
HttpField
Content copied to clipboard
Properties
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard
values
Link copied to clipboard
open
override
val
values
:
List
<
String
>
Content copied to clipboard