ktor
1.6.8
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.request
/
ClientUpgradeContent
Client
Upgrade
Content
common
abstract
class
ClientUpgradeContent
:
OutgoingContent.NoContent
Content copied to clipboard
Functions
Properties
Functions
get
Property
Link copied to clipboard
common
open
fun
<
T
:
Any
>
getProperty
(
key
:
AttributeKey
<
T
>
)
:
T
?
Content copied to clipboard
pipe
To
Link copied to clipboard
common
suspend
fun
pipeTo
(
output
:
ByteWriteChannel
)
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
verify
Link copied to clipboard
common
abstract
fun
verify
(
headers
:
Headers
)
Content copied to clipboard
Properties
contentLength
Link copied to clipboard
common
open
val
contentLength
:
Long
?
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
output
Link copied to clipboard
common
val
output
:
ByteWriteChannel
Content copied to clipboard
status
Link copied to clipboard
common
open
val
status
:
HttpStatusCode
?
Content copied to clipboard