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

Rename Microsoft.AspNet.Abstractions to Microsoft.AspNet.Http. #60

Merged
merged 1 commit into from
May 5, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions HttpAbstractions.sln
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30401.0
# Visual Studio 14
VisualStudioVersion = 14.0.21628.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5A15F1C-885A-452A-A731-B0173DDBD913}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F31FF137-390C-49BF-A3BD-7C6ED3597C21}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.PipelineCore", "src\Microsoft.AspNet.PipelineCore\Microsoft.AspNet.PipelineCore.kproj", "{BCF0F967-8753-4438-BD07-AADCA9CE509A}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Abstractions", "src\Microsoft.AspNet.Abstractions\Microsoft.AspNet.Abstractions.kproj", "{22071333-15BA-4D16-A1D5-4D5B1A83FBDD}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http", "src\Microsoft.AspNet.Http\Microsoft.AspNet.Http.kproj", "{22071333-15BA-4D16-A1D5-4D5B1A83FBDD}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.HttpFeature", "src\Microsoft.AspNet.HttpFeature\Microsoft.AspNet.HttpFeature.kproj", "{D9128247-8F97-48B8-A863-F1F21A029FCE}"
EndProject
Expand All @@ -19,7 +19,7 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.PipelineCo
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FeatureModel.Tests", "test\Microsoft.AspNet.FeatureModel.Tests\Microsoft.AspNet.FeatureModel.Tests.kproj", "{C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Abstractions.Tests", "test\Microsoft.AspNet.Abstractions.Tests\Microsoft.AspNet.Abstractions.Tests.kproj", "{F16692B8-9F38-4DCA-A582-E43172B989C6}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Tests", "test\Microsoft.AspNet.Http.Tests\Microsoft.AspNet.Http.Tests.kproj", "{F16692B8-9F38-4DCA-A582-E43172B989C6}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Owin", "src\Microsoft.AspNet.Owin\Microsoft.AspNet.Owin.kproj", "{59BED991-F207-48ED-B24C-0A1D9C986C01}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Options used to create a new cookie.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// permissions and limitations under the License.

using System;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions.Extensions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Extensions;

namespace Microsoft.AspNet
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System.Threading.Tasks;

namespace Microsoft.AspNet.Abstractions.Extensions
namespace Microsoft.AspNet.Http.Extensions
{
public class MapMiddleware
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.

namespace Microsoft.AspNet.Abstractions.Extensions
namespace Microsoft.AspNet.Http.Extensions
{
/// <summary>
/// Options for the Map middleware
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions.Extensions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Extensions;

namespace Microsoft.AspNet
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System.Threading.Tasks;

namespace Microsoft.AspNet.Abstractions.Extensions
namespace Microsoft.AspNet.Http.Extensions
{
public class MapWhenMiddleware
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System;
using System.Threading.Tasks;

namespace Microsoft.AspNet.Abstractions.Extensions
namespace Microsoft.AspNet.Http.Extensions
{
/// <summary>
/// Options for the MapWhen middleware
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// permissions and limitations under the License.

using System;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;

namespace Microsoft.AspNet
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;

namespace Microsoft.AspNet
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using System.Diagnostics.CodeAnalysis;
using System.Globalization;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Represents the host portion of a Uri can be used to construct Uri's properly formatted and encoded for use in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions.Security;
using Microsoft.AspNet.Http.Security;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
public abstract class HttpContext : IDisposable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using System.Threading;
using System.Threading.Tasks;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
public abstract class HttpRequest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
using System.IO;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions.Security;
using Microsoft.AspNet.Http.Security;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
public abstract class HttpResponse
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I though this was going into the builder namespace

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still the bulk rename. we'll come back for IBuilder/Builder/Extensions separately.

{
public interface IBuilder
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Contains the parsed form values.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Represents request and response headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Accessors for headers, query, forms, etc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// A wrapper for the response Set-Cookie header
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
// TODO: [AssemblyNeutral]
public interface IServerInformation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
internal sealed class NotNullAttribute : Attribute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System;
using System.Linq;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Provides correct escaping for Path and PathBase values when needed to reconstruct a request or redirect URI string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Provides correct handling for QueryString value when needed to reconstruct a request or redirect URI string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System.Threading.Tasks;

namespace Microsoft.AspNet.Abstractions
namespace Microsoft.AspNet.Http
{
public delegate Task RequestDelegate(HttpContext context);
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using System.Security.Claims;
using System.Security.Principal;

namespace Microsoft.AspNet.Abstractions.Security
namespace Microsoft.AspNet.Http.Security
{
/// <summary>
/// Acts as the return value from calls to the IAuthenticationManager's AuthenticeAsync methods.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using System.Collections.Generic;
using System.Globalization;

namespace Microsoft.AspNet.Abstractions.Security
namespace Microsoft.AspNet.Http.Security
{
/// <summary>
/// Contains information describing an authentication provider.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using System.Diagnostics.CodeAnalysis;
using System.Globalization;

namespace Microsoft.AspNet.Abstractions.Security
namespace Microsoft.AspNet.Http.Security
{
/// <summary>
/// Dictionary used to store state values about the authentication session.
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Owin/OwinEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.HttpFeature;

namespace Microsoft.AspNet.Owin
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Owin/OwinExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Owin;
using Microsoft.AspNet.PipelineCore;
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Owin/Project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Abstractions": "",
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.FeatureModel": "",
"Microsoft.AspNet.PipelineCore": "",
"Microsoft.AspNet.HttpFeature": ""
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.PipelineCore/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;

namespace Microsoft.AspNet.PipelineCore
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.

using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using System.Collections.Generic;

namespace Microsoft.AspNet.PipelineCore.Collections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.Abstractions.Infrastructure;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.PipelineCore.Infrastructure;

namespace Microsoft.AspNet.PipelineCore.Collections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

using System.Collections;
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;

namespace Microsoft.AspNet.PipelineCore
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions.Infrastructure;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.PipelineCore.Infrastructure;

namespace Microsoft.AspNet.PipelineCore.Collections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.PipelineCore.Infrastructure;

namespace Microsoft.AspNet.PipelineCore.Collections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions.Infrastructure;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Infrastructure;

namespace Microsoft.AspNet.PipelineCore.Collections
{
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.PipelineCore/DefaultHttpContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions.Security;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Security;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.HttpFeature.Security;
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.PipelineCore/DefaultHttpRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions.Infrastructure;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.PipelineCore.Collections;
Expand Down
Loading