toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net.http
/
Http
/
Headers
/
Companion
Companion
object
Companion
Members
Properties
Content
Length
Link copied to clipboard
val
ContentLength
:
String
Content
Type
Link copied to clipboard
val
ContentType
:
String
Functions
build
Link copied to clipboard
fun
build
(
block
:
Http.Headers.Builder
.
(
)
->
Unit
)
:
Http.Headers
from
List
Map
Link copied to clipboard
fun
fromListMap
(
map
:
Map
<
String
?
,
List
<
String
>
>
)
:
Http.Headers
invoke
Link copied to clipboard
operator
fun
invoke
(
block
:
Http.Headers.Builder
.
(
)
->
Unit
)
:
Http.Headers
parse
Link copied to clipboard
fun
parse
(
str
:
String
?
)
:
Http.Headers