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-client-core
/
io.ktor.client.utils
/
EmptyContent
Empty
Content
common
object
EmptyContent
:
OutgoingContent.NoContent
Content copied to clipboard
Concrete
OutgoingContent
without a payload.
Functions
Properties
Functions
get
Property
Link copied to clipboard
common
open
fun
<
T
:
Any
>
getProperty
(
key
:
AttributeKey
<
T
>
)
:
T
?
Content copied to clipboard
set
Property
Link copied to clipboard
common
open
fun
<
T
:
Any
>
setProperty
(
key
:
AttributeKey
<
T
>
,
value
:
T
?
)
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
trailers
Link copied to clipboard
common
open
fun
trailers
(
)
:
Headers
?
Content copied to clipboard
Properties
contentLength
Link copied to clipboard
common
open
override
val
contentLength
:
Long
=
0
Content copied to clipboard
contentType
Link copied to clipboard
common
open
val
contentType
:
ContentType
?
Content copied to clipboard
headers
Link copied to clipboard
common
open
val
headers
:
Headers
Content copied to clipboard
status
Link copied to clipboard
common
open
val
status
:
HttpStatusCode
?
Content copied to clipboard