addHttpHeader

open override fun addHttpHeader(name: String, value: String): ApolloClient.Builder

Adds a HttpHeader to the ApolloClient headers. The ApolloClient headers are added to the ApolloCall headers.

See also