deadmann / AdvancedRestHandler

A utility code that can be used to request Data from services...
MIT License
5 stars 0 forks source link

ClientDefaultHeaders and Headers type mismatch #6

Open deadmann opened 3 years ago

deadmann commented 3 years ago

ClientDefaultHeaders: is of type List<KeyValuePair<string,IEnumerable<string>>> headers: is of type IEnumerable<KeyValuePair<string, IEnumerable<string>>>

It will be nice, if both of these type can be match.

deadmann commented 3 years ago

this change, may break integrity with projects that are already using it... we should at least target a more important, and major version with bigger changes, before plane to change this travail issue.