#182 Move StatusCodes from WebUtilities to Http.Abstractions.
This commit is contained in:
parent
bbbd0d9f35
commit
534becad6b
|
|
@ -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
|
||||
{
|
||||
Loading…
Reference in New Issue