Closed stephenmichaelf closed 6 years ago
This change fixes a bug where headers passed to the HttpClient constructor don't get passed through.
When passing headers in both the constructor and the method, the method parameter will win.
Resolves #65.
Note that headers passed to the request method is now nullable. Since this is more flexible than the current setup I bumped just the minor.
Closing since this was resolved by #100. If you think this is a better solution, let me know and we can reopen
This change fixes a bug where headers passed to the HttpClient constructor don't get passed through.
When passing headers in both the constructor and the method, the method parameter will win.
Resolves #65.
Note that headers passed to the request method is now nullable. Since this is more flexible than the current setup I bumped just the minor.