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

Add a convenience API for building a query string #65

Closed
rynowak opened this issue May 28, 2014 · 4 comments
Closed

Add a convenience API for building a query string #65

rynowak opened this issue May 28, 2014 · 4 comments

Comments

@rynowak
Copy link
Member

rynowak commented May 28, 2014

Routing currently has it's own code for building a query string from key-value pairs. It would be great to have an API like this in http abstractions so we don't end up repeating ourselves.

See: https://github.com/aspnet/Routing/blob/dev/src/Microsoft.AspNet.Routing/Template/TemplateBinder.cs#L221

@lilith
Copy link

lilith commented May 30, 2014

Ah, but with which rules? Serialization is far simpler that parsing, but it still needs to be clearly defined.

@glennc glennc added question and removed question labels Jun 23, 2014
@glennc glennc added this to the 1.0.0-alpha3 milestone Jun 23, 2014
@glennc
Copy link
Member

glennc commented Jun 23, 2014

In Microsoft.AspNet.WebUtils, once we know what it does :)

@yishaigalatzer
Copy link
Contributor

any updates?

@Tratcher Tratcher self-assigned this Jul 18, 2014
@glennc
Copy link
Member

glennc commented Jul 21, 2014

@Tratcher is going to work on it this week.

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

No branches or pull requests

5 participants