Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientDefaultHeaders and Headers type mismatch #6

Open
deadmann opened this issue Apr 5, 2021 · 1 comment
Open

ClientDefaultHeaders and Headers type mismatch #6

deadmann opened this issue Apr 5, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request Suspended

Comments

@deadmann
Copy link
Owner

deadmann commented Apr 5, 2021

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 deadmann self-assigned this Apr 5, 2021
@deadmann deadmann added the enhancement New feature or request label Jun 2, 2021
@deadmann
Copy link
Owner Author

deadmann commented Jun 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Suspended
Projects
None yet
Development

No branches or pull requests

1 participant