httpHeaders

open override fun httpHeaders(httpHeaders: List<HttpHeader>?): ApolloClient.Builder

Configures the HttpHeaders to use. These headers are added with the ApolloCall headers.

See also


open override var httpHeaders: List<HttpHeader>?