toggle menu
cronet
androidJvm
switch theme
search in API
cronet
/
io.github.casl0.cronet
/
Result
Result
interface
Result
Cronetリクエストの結果
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
(
val
exception
:
CronetException
,
val
statusCode
:
Int
?
)
:
Result
Success
Link copied to clipboard
class
Success
(
val
header
:
Map
<
String
,
List
<
String
>
>
,
val
body
:
ByteArray
,
val
negotiatedProtocol
:
String
)
:
Result