apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api.http
/
HttpResponse
/
Builder
/
body
body
common
fun
body
(
bodySource
:
BufferedSource
)
:
HttpResponse.Builder
Content copied to clipboard
A streamable body.
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_4_1
)
fun
body
(
bodyString
:
ByteString
)
:
HttpResponse.Builder
Content copied to clipboard
An immutable body. Prefer
bodySource
so that the response can be streamed.