okhttp-parent
Toggle table of contents
5.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
okhttp-parent
okhttp
/
okhttp3
/
MultipartReader
/
Part
Part
class
Part
(
val
headers
:
Headers
,
val
body
:
BufferedSource
)
A single part in a multipart body.
Members
Constructors
Part
Link copied to clipboard
constructor
(
headers
:
Headers
,
body
:
BufferedSource
)
Properties
body
Link copied to clipboard
val
body
:
BufferedSource
headers
Link copied to clipboard
val
headers
:
Headers