#182 Move StatusCodes from WebUtilities to Http.Abstractions.

This commit is contained in:
Chris R 2015-07-01 12:04:43 -07:00
parent bbbd0d9f35
commit 534becad6b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.WebUtilities
namespace Microsoft.AspNet.Http
{
public static class StatusCodes
{