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
/
ApolloClient
/
Builder
/
httpHeaders
http
Headers
open
override
fun
httpHeaders
(
httpHeaders
:
List
<
HttpHeader
>
?
)
:
ApolloClient.Builder
Configures the
HttpHeader
s to use. These headers are added with the
ApolloCall
headers.
See also
ApolloCall.
http
Headers
Default
Http
Request
Composer
open
override
var
httpHeaders
:
List
<
HttpHeader
>
?