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
/
ParametersBuilder
Parameters
Builder
common
interface
ParametersBuilder
:
StringValuesBuilder
Content copied to clipboard
Functions
Properties
Inheritors
Functions
append
Link copied to clipboard
common
abstract
fun
append
(
name
:
String
,
value
:
String
)
Content copied to clipboard
append
All
Link copied to clipboard
common
abstract
fun
appendAll
(
stringValues
:
StringValues
)
Content copied to clipboard
abstract
fun
appendAll
(
name
:
String
,
values
:
Iterable
<
String
>
)
Content copied to clipboard
append
Missing
Link copied to clipboard
common
abstract
fun
appendMissing
(
stringValues
:
StringValues
)
Content copied to clipboard
abstract
fun
appendMissing
(
name
:
String
,
values
:
Iterable
<
String
>
)
Content copied to clipboard
build
Link copied to clipboard
common
abstract
override
fun
build
(
)
:
Parameters
Content copied to clipboard
clear
Link copied to clipboard
common
abstract
fun
clear
(
)
Content copied to clipboard
contains
Link copied to clipboard
common
abstract
operator
fun
contains
(
name
:
String
)
:
Boolean
Content copied to clipboard
abstract
fun
contains
(
name
:
String
,
value
:
String
)
:
Boolean
Content copied to clipboard
entries
Link copied to clipboard
common
abstract
fun
entries
(
)
:
Set
<
Map.Entry
<
String
,
List
<
String
>
>
>
Content copied to clipboard
get
Link copied to clipboard
common
abstract
operator
fun
get
(
name
:
String
)
:
String
?
Content copied to clipboard
get
All
Link copied to clipboard
common
abstract
fun
getAll
(
name
:
String
)
:
List
<
String
>
?
Content copied to clipboard
is
Empty
Link copied to clipboard
common
abstract
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
names
Link copied to clipboard
common
abstract
fun
names
(
)
:
Set
<
String
>
Content copied to clipboard
remove
Link copied to clipboard
common
abstract
fun
remove
(
name
:
String
)
Content copied to clipboard
abstract
fun
remove
(
name
:
String
,
value
:
String
)
:
Boolean
Content copied to clipboard
remove
Keys
With
No
Entries
Link copied to clipboard
common
abstract
fun
removeKeysWithNoEntries
(
)
Content copied to clipboard
set
Link copied to clipboard
common
abstract
operator
fun
set
(
name
:
String
,
value
:
String
)
Content copied to clipboard
Properties
caseInsensitiveName
Link copied to clipboard
common
abstract
val
caseInsensitiveName
:
Boolean
Content copied to clipboard
Inheritors
ParametersBuilderImpl
Link copied to clipboard