toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-runtime
/
com.apollographql.apollo.network.http
/
HttpInfo
Http
Info
class
HttpInfo
constructor
(
val
startMillis
:
Long
,
val
endMillis
:
Long
,
val
statusCode
:
Int
,
val
headers
:
List
<
HttpHeader
>
)
:
ExecutionContext.Element
Members
Constructors
Http
Info
Link copied to clipboard
constructor
(
startMillis
:
Long
,
endMillis
:
Long
,
statusCode
:
Int
,
headers
:
List
<
HttpHeader
>
)
Types
Key
Link copied to clipboard
object
Key
:
ExecutionContext.Key
<
HttpInfo
>
Properties
end
Millis
Link copied to clipboard
val
endMillis
:
Long
headers
Link copied to clipboard
val
headers
:
List
<
HttpHeader
>
key
Link copied to clipboard
open
override
val
key
:
ExecutionContext.Key
<
*
>
millis
End
Link copied to clipboard
val
millisEnd
:
Long
millis
Start
Link copied to clipboard
val
millisStart
:
Long
start
Millis
Link copied to clipboard
val
startMillis
:
Long
status
Code
Link copied to clipboard
val
statusCode
:
Int
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
ExecutionContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
ExecutionContext.Element
>
get
(
key
:
ExecutionContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
ExecutionContext.Key
<
*
>
)
:
ExecutionContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
ExecutionContext
)
:
ExecutionContext