You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
I wouldn't want to change the namespace without also changing the package. Maybe we could put it in the Microsoft.AspNet.Http.Abstractions package and the Http namespace?
I noticed that very few of the linked samples referenced the Microsoft.AspNet.Http namespace either, so moving there doesn't really save you anything.
I'd like to put it into Microsoft.Net.Http, but I don't think they'd go for that.
Right now it's in
Microsoft.AspNet.WebUtilities
namespace. Suggest moving it toMicrosoft.AspNet.Http
so that it's more easily discoverable.Example: https://github.com/aspnet/Mvc/pull/1924/files
We're using this in plenty of places in MVC but it's pretty much the only from that namespace we're interested in.
The text was updated successfully, but these errors were encountered: