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

Added JsonContent to System.Net.Http #32173

Closed

Conversation

mariusGundersen
Copy link
Contributor

JsonContent takes an object and serializes it to an utf8 byte array.

This fixes #1754

JsonContent takes an object and serializes it to an utf8 byte array.

This fixes dotnet#1754
@davidsh
Copy link
Contributor

davidsh commented Feb 12, 2020

Thank you for the PR. However, the issue #1754 hasn't been approved yet. So, we cannot take any PRs to change the API at this time.

This is our current API review process: https://github.com/dotnet/runtime/blob/master/docs/project/api-review-process.md

After the API is finalized and approved you are welcome to submit a PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add System.Net.Http.JsonContent for System.Net.Http.HttpClient
5 participants