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

Adding HttpHeader.Common.FormUrlEncodedContentType fixes #6646 #6648

Merged
merged 3 commits into from
Jun 20, 2019

Conversation

schaabs
Copy link
Member

@schaabs schaabs commented Jun 19, 2019

No description provided.

@schaabs schaabs changed the title Adding HttpHeader.Common.FormUrlEncodedContentType fixes #6636 Adding HttpHeader.Common.FormUrlEncodedContentType fixes #6646 Jun 19, 2019
@schaabs schaabs force-pushed the form-content-type branch from 145b623 to 6b73a8c Compare June 19, 2019 22:31
@@ -61,10 +61,12 @@ public static class Common
{
static readonly string s_applicationJson = "application/json";
static readonly string s_applicationOctetStream = "application/octet-stream";
static readonly string s_applicationForm = "application/x-www-form-urlencoded";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wopuld be better if the name of the string and the header were similar.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, fixed.

@schaabs schaabs merged commit c6659f4 into Azure:master Jun 20, 2019
@schaabs schaabs deleted the form-content-type branch June 20, 2019 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants