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

Commit 534beca

Browse files
committed
#182 Move StatusCodes from WebUtilities to Http.Abstractions.
1 parent bbbd0d9 commit 534beca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.WebUtilities/StatusCodes.cs renamed to src/Microsoft.AspNet.Http.Abstractions/StatusCodes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
namespace Microsoft.AspNet.WebUtilities
4+
namespace Microsoft.AspNet.Http
55
{
66
public static class StatusCodes
77
{

0 commit comments

Comments
 (0)