addHttpHeader
open override fun addHttpHeader(name: String, value: String): ApolloCall<D>
Content copied to clipboard
Adds an HTTP header to be sent with the request. This HTTP header is added on top of any existing ApolloClient header. If you want to replace the headers, use httpHeaders instead.