This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Move StatusCodes to a more visible namespace #182
Closed
Description
Right now it's in Microsoft.AspNet.WebUtilities
namespace. Suggest moving it to Microsoft.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.