Closed NRHelmi closed 2 years ago
This PR adds support to custom headers and expose the http client
var client = new Client(cfg); var headers = client.getDefaultHttpHeaders(); headers.put("h1", "v1");
This PR adds support to custom headers and expose the http client