Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Make more properties settable #305

Merged
merged 1 commit into from
May 12, 2015
Merged

Make more properties settable #305

merged 1 commit into from
May 12, 2015

Conversation

Tratcher
Copy link
Member

#272 (Items, RequestAborted, IsHttps, Query, Cookies).

That should cover everything but Session which cannot be easily set with it's current design.
@muratg @davidfowl

@@ -5,6 +5,7 @@ namespace Microsoft.AspNet.Http.Internal
{
internal static class Constants
{
internal const string Http = "HTTP";
Copy link
Contributor

Choose a reason for hiding this comment

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

Any good reason why these are all caps?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, they should probably be lower case per spec.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah it looks wrong with caps... fix here I guess? Or new PR? Up to you.

@Tratcher
Copy link
Member Author

Updated.

/// Creates a query string composed from the given name value pairs.
/// </summary>
/// <param name="parameters"></param>
/// <returns></returns>
Copy link

Choose a reason for hiding this comment

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

Returns QueryString?

@muratg
Copy link

muratg commented May 12, 2015

Nit: Test names have a little bit of inconsistency, but not a big deal.

After addressing other comments, :shipit:

@Tratcher Tratcher merged commit dce1d0e into dev May 12, 2015
@Tratcher Tratcher deleted the chrross/set branch May 12, 2015 18:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants