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-cio
/
io.ktor.http.cio
/
HttpHeadersMap
Http
Headers
Map
common
class
HttpHeadersMap
Content copied to clipboard
A headers map data structure used in CIO
Functions
Properties
Functions
find
Link copied to clipboard
common
fun
find
(
name
:
String
,
fromIndex
:
Int
=
0
)
:
Int
Content copied to clipboard
get
Link copied to clipboard
common
operator
fun
get
(
name
:
String
)
:
CharSequence
?
Content copied to clipboard
get
All
Link copied to clipboard
common
fun
getAll
(
name
:
String
)
:
Sequence
<
CharSequence
>
Content copied to clipboard
name
At
Link copied to clipboard
common
fun
nameAt
(
idx
:
Int
)
:
CharSequence
Content copied to clipboard
put
Link copied to clipboard
common
fun
put
(
nameHash
:
Int
,
valueHash
:
Int
,
nameStartIndex
:
Int
,
nameEndIndex
:
Int
,
valueStartIndex
:
Int
,
valueEndIndex
:
Int
)
Content copied to clipboard
release
Link copied to clipboard
common
fun
release
(
)
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
value
At
Link copied to clipboard
common
fun
valueAt
(
idx
:
Int
)
:
CharSequence
Content copied to clipboard
Properties
size
Link copied to clipboard
common
var
size
:
Int
=
0
Content copied to clipboard