apollo-kotlin
3.8.2
common
apollo-runtime
/
com.apollographql.apollo3.network.http
/
HttpCall
Http
Call
common
class
HttpCall
(
engine
:
HttpEngine
,
method
:
HttpMethod
,
url
:
String
)
Content copied to clipboard
Constructors
Functions
Constructors
Http
Call
Link copied to clipboard
common
fun
HttpCall
(
engine
:
HttpEngine
,
method
:
HttpMethod
,
url
:
String
)
Content copied to clipboard
Functions
add
Header
Link copied to clipboard
common
fun
addHeader
(
name
:
String
,
value
:
String
)
:
HttpCall
Content copied to clipboard
add
Headers
Link copied to clipboard
common
fun
addHeaders
(
headers
:
List
<
HttpHeader
>
)
:
HttpCall
Content copied to clipboard
body
Link copied to clipboard
common
fun
body
(
body
:
HttpBody
)
:
HttpCall
Content copied to clipboard
execute
Link copied to clipboard
common
suspend
fun
execute
(
)
:
HttpResponse
Content copied to clipboard
headers
Link copied to clipboard
common
fun
headers
(
headers
:
List
<
HttpHeader
>
)
:
HttpCall
Content copied to clipboard