apollo-kotlin
3.8.2
common
apollo-runtime
/
com.apollographql.apollo3.internal
/
MultipartReader
/
Part
Part
common
class
Part
(
val
headers
:
List
<
HttpHeader
>
,
val
body
:
BufferedSource
)
:
Closeable
Content copied to clipboard
A single part in a multipart body.
Constructors
Functions
Properties
Constructors
Part
Link copied to clipboard
common
fun
Part
(
headers
:
List
<
HttpHeader
>
,
body
:
BufferedSource
)
Content copied to clipboard
Functions
close
Link copied to clipboard
common
expect
open
override
fun
close
(
)
Content copied to clipboard
Properties
body
Link copied to clipboard
common
val
body
:
BufferedSource
Content copied to clipboard
headers
Link copied to clipboard
common
val
headers
:
List
<
HttpHeader
>
Content copied to clipboard