configure(config: any): HttpClient
Configure this client with default settings to be used by all requests.
Parameters
config: any
A configuration object, or a function that takes a config
object and configures it.
Returns
The chainable instance of this HttpClient.