Reputation: 3704
How to set header with HttpClient? Is there a standard code example?
Andrew
Upvotes: 0
Views: 1464
Reputation: 53496
How about using setHeader...
httpRequest.setHeader(headerName, headerValue);
Upvotes: 1