Allow us to manipulate headers with GetAsync and PostAsync

A lot of web APIs require the user to set or read headers to use them (for example for sending access tokens, or performing Basic Authentication ), it would be useful if HttpService allowed us to manipulate the request and response headers so we could use these APIs.

5 Likes

2 Likes