Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.http
/
HttpFetchResponse
Http
Fetch
Response
class
HttpFetchResponse
(
val
response
:
HttpResponse
,
val
body
:
ByteArray
)
HTTP response with the whole
body
as a
ByteArray
.
Members
Constructors
Http
Fetch
Response
Link copied to clipboard
constructor
(
response
:
HttpResponse
,
body
:
ByteArray
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
response
Link copied to clipboard
val
response
:
HttpResponse