If I create a ServerClientConfig with some custom headers and then I use the ServerClient methods, those headers are not passed with the requests. For example if I authenticate and want to pass the Authorization header with a token with the requests through a ServerClient instance I can't do that.
It'll be good if headers provided with the config are sent with the requests made by the ServerClient.