Skip to content

Commit d111e24

Browse files
committed
#190 - Swap Http and Http.Core package names. Remove Http.Core namespace.
1 parent 22a1cab commit d111e24

File tree

104 files changed

+129
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+129
-177
lines changed

HttpAbstractions.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.22710.0
4+
VisualStudioVersion = 14.0.22807.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5A15F1C-885A-452A-A731-B0173DDBD913}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F31FF137-390C-49BF-A3BD-7C6ED3597C21}"
99
EndProject
10-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Core", "src\Microsoft.AspNet.Http.Core\Microsoft.AspNet.Http.Core.xproj", "{BCF0F967-8753-4438-BD07-AADCA9CE509A}"
10+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http", "src\Microsoft.AspNet.Http\Microsoft.AspNet.Http.xproj", "{BCF0F967-8753-4438-BD07-AADCA9CE509A}"
1111
EndProject
12-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http", "src\Microsoft.AspNet.Http\Microsoft.AspNet.Http.xproj", "{22071333-15BA-4D16-A1D5-4D5B1A83FBDD}"
12+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Core", "src\Microsoft.AspNet.Http.Core\Microsoft.AspNet.Http.Core.xproj", "{22071333-15BA-4D16-A1D5-4D5B1A83FBDD}"
1313
EndProject
1414
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Interfaces", "src\Microsoft.AspNet.Http.Interfaces\Microsoft.AspNet.Http.Interfaces.xproj", "{D9128247-8F97-48B8-A863-F1F21A029FCE}"
1515
EndProject
1616
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FeatureModel", "src\Microsoft.AspNet.FeatureModel\Microsoft.AspNet.FeatureModel.xproj", "{32A4C918-30EE-41DB-8E26-8A3BB88ED231}"
1717
EndProject
18-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Core.Tests", "test\Microsoft.AspNet.Http.Core.Tests\Microsoft.AspNet.Http.Core.Tests.xproj", "{AA99AF26-F7B1-4A6B-A922-5C25539F6391}"
18+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Tests", "test\Microsoft.AspNet.Http.Tests\Microsoft.AspNet.Http.Tests.xproj", "{AA99AF26-F7B1-4A6B-A922-5C25539F6391}"
1919
EndProject
2020
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FeatureModel.Tests", "test\Microsoft.AspNet.FeatureModel.Tests\Microsoft.AspNet.FeatureModel.Tests.xproj", "{C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}"
2121
EndProject
22-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Tests", "test\Microsoft.AspNet.Http.Tests\Microsoft.AspNet.Http.Tests.xproj", "{F16692B8-9F38-4DCA-A582-E43172B989C6}"
22+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Core.Tests", "test\Microsoft.AspNet.Http.Core.Tests\Microsoft.AspNet.Http.Core.Tests.xproj", "{F16692B8-9F38-4DCA-A582-E43172B989C6}"
2323
EndProject
2424
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Owin", "src\Microsoft.AspNet.Owin\Microsoft.AspNet.Owin.xproj", "{59BED991-F207-48ED-B24C-0A1D9C986C01}"
2525
EndProject

src/Microsoft.AspNet.Http.Core/Microsoft.AspNet.Http.Core.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
9-
<ProjectGuid>bcf0f967-8753-4438-bd07-aadca9ce509a</ProjectGuid>
9+
<ProjectGuid>22071333-15ba-4d16-a1d5-4d5b1a83fbdd</ProjectGuid>
1010
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1111
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
1212
</PropertyGroup>

src/Microsoft.AspNet.Http.Core/project.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
{
22
"version": "1.0.0-*",
3-
"description": "ASP.NET 5 HTTP feature implementations.",
3+
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
44
"dependencies": {
5-
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
6-
"Microsoft.AspNet.Http": "1.0.0-*",
7-
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
8-
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
95
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
10-
"Microsoft.Net.Http.Headers": "1.0.0-*"
6+
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
117
},
128
"frameworks": {
139
"dnx451": { },
1410
"dnxcore50": {
1511
"dependencies": {
16-
"System.Diagnostics.Debug": "4.0.10-beta-*",
17-
"System.Text.Encoding": "4.0.10-beta-*"
12+
"System.Collections": "4.0.10-beta-*",
13+
"System.Diagnostics.Tools": "4.0.0-beta-*",
14+
"System.Globalization": "4.0.10-beta-*",
15+
"System.Globalization.Extensions": "4.0.0-beta-*",
16+
"System.Linq": "4.0.0-beta-*",
17+
"System.Net.Primitives": "4.0.10-beta-*",
18+
"System.Net.WebSockets" : "4.0.0-beta-*",
19+
"System.Runtime": "4.0.20-beta-*",
20+
"System.Runtime.InteropServices": "4.0.20-beta-*",
21+
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
22+
"System.Security.Claims": "4.0.0-beta-*",
23+
"System.Security.Principal": "4.0.0-beta-*",
24+
"System.Threading.Tasks": "4.0.10-beta-*"
1825
}
1926
}
2027
}

src/Microsoft.AspNet.Http.Extensions/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
44
"dependencies": {
5-
"Microsoft.AspNet.Http": "1.0.0-*",
5+
"Microsoft.AspNet.Http.Core": "1.0.0-*",
66
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
77
"Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-*",
88
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },

src/Microsoft.AspNet.Http.Core/Authentication/AuthenticateContext.cs renamed to src/Microsoft.AspNet.Http/Authentication/AuthenticateContext.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using System.Collections.Generic;
65
using System.Security.Claims;
7-
using Microsoft.AspNet.Http.Authentication;
86
using Microsoft.Framework.Internal;
97

10-
namespace Microsoft.AspNet.Http.Core.Authentication
8+
namespace Microsoft.AspNet.Http.Authentication
119
{
1210
public class AuthenticateContext : IAuthenticateContext
1311
{

src/Microsoft.AspNet.Http.Core/Authentication/ChallengeContext.cs renamed to src/Microsoft.AspNet.Http/Authentication/ChallengeContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
using System;
55
using System.Collections.Generic;
6-
using Microsoft.AspNet.Http.Authentication;
6+
using Microsoft.Framework.Internal;
77

8-
namespace Microsoft.AspNet.Http.Core.Authentication
8+
namespace Microsoft.AspNet.Http.Authentication
99
{
1010
public class ChallengeContext : IChallengeContext
1111
{

src/Microsoft.AspNet.Http.Core/Authentication/DescribeSchemesContext.cs renamed to src/Microsoft.AspNet.Http/Authentication/DescribeSchemesContext.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System.Collections.Generic;
5-
using Microsoft.AspNet.Http.Authentication;
65

7-
namespace Microsoft.AspNet.Http.Core.Authentication
6+
namespace Microsoft.AspNet.Http.Authentication
87
{
98
public class DescribeSchemesContext : IDescribeSchemesContext
109
{
@@ -19,7 +18,7 @@ public IEnumerable<AuthenticationDescription> Results
1918
{
2019
get { return _results; }
2120
}
22-
21+
2322
public void Accept(IDictionary<string, object> description)
2423
{
2524
_results.Add(new AuthenticationDescription(description));

src/Microsoft.AspNet.Http.Core/Authentication/HttpAuthenticationFeature.cs renamed to src/Microsoft.AspNet.Http/Authentication/HttpAuthenticationFeature.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System.Security.Claims;
5-
using Microsoft.AspNet.Http.Authentication;
65

7-
namespace Microsoft.AspNet.Http.Core.Authentication
6+
namespace Microsoft.AspNet.Http.Authentication
87
{
98
public class HttpAuthenticationFeature : IHttpAuthenticationFeature
109
{

src/Microsoft.AspNet.Http.Core/Authentication/SignInContext.cs renamed to src/Microsoft.AspNet.Http/Authentication/SignInContext.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
using System;
55
using System.Collections.Generic;
66
using System.Security.Claims;
7-
using Microsoft.AspNet.Http.Authentication;
87
using Microsoft.Framework.Internal;
98

10-
namespace Microsoft.AspNet.Http.Core.Authentication
9+
namespace Microsoft.AspNet.Http.Authentication
1110
{
1211
public class SignInContext : ISignInContext
1312
{

src/Microsoft.AspNet.Http.Core/Authentication/SignOutContext.cs renamed to src/Microsoft.AspNet.Http/Authentication/SignOutContext.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33

44
using System;
55
using System.Collections.Generic;
6-
using Microsoft.AspNet.Http.Authentication;
76
using Microsoft.Framework.Internal;
87

9-
namespace Microsoft.AspNet.Http.Core.Authentication
8+
namespace Microsoft.AspNet.Http.Authentication
109
{
1110
public class SignOutContext : ISignOutContext
1211
{

src/Microsoft.AspNet.Http.Core/BufferingHelper.cs renamed to src/Microsoft.AspNet.Http/BufferingHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using Microsoft.AspNet.WebUtilities;
77
using Microsoft.Framework.Internal;
88

9-
namespace Microsoft.AspNet.Http.Core
9+
namespace Microsoft.AspNet.Http
1010
{
1111
public static class BufferingHelper
1212
{

src/Microsoft.AspNet.Http.Core/Collections/FormCollection.cs renamed to src/Microsoft.AspNet.Http/Collections/FormCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Collections.Generic;
55
using Microsoft.Framework.Internal;
66

7-
namespace Microsoft.AspNet.Http.Core.Collections
7+
namespace Microsoft.AspNet.Http.Collections
88
{
99
/// <summary>
1010
/// Contains the parsed form values.

src/Microsoft.AspNet.Http.Core/Collections/FormFileCollection.cs renamed to src/Microsoft.AspNet.Http/Collections/FormFileCollection.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System.Collections.Generic;
5-
using Microsoft.AspNet.Http;
65
using Microsoft.Net.Http.Headers;
76

8-
namespace Microsoft.AspNet.Http.Core.Collections
7+
namespace Microsoft.AspNet.Http.Collections
98
{
109
public class FormFileCollection : List<IFormFile>, IFormFileCollection
1110
{

src/Microsoft.AspNet.Http.Core/Collections/HeaderDictionary.cs renamed to src/Microsoft.AspNet.Http/Collections/HeaderDictionary.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
using System.Collections;
66
using System.Collections.Generic;
77
using System.Linq;
8-
using Microsoft.AspNet.Http.Core.Infrastructure;
8+
using Microsoft.AspNet.Http.Infrastructure;
99
using Microsoft.Framework.Internal;
1010

11-
namespace Microsoft.AspNet.Http.Core.Collections
11+
namespace Microsoft.AspNet.Http.Collections
1212
{
1313
/// <summary>
1414
/// Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders.

src/Microsoft.AspNet.Http.Core/Collections/ItemsDictionary.cs renamed to src/Microsoft.AspNet.Http/Collections/ItemsDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Collections;
55
using System.Collections.Generic;
66

7-
namespace Microsoft.AspNet.Http.Core
7+
namespace Microsoft.AspNet.Http
88
{
99
public class ItemsDictionary : IDictionary<object, object>
1010
{

src/Microsoft.AspNet.Http.Core/Collections/ReadableStringCollection.cs renamed to src/Microsoft.AspNet.Http/Collections/ReadableStringCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Collections.Generic;
66
using Microsoft.Framework.Internal;
77

8-
namespace Microsoft.AspNet.Http.Core.Collections
8+
namespace Microsoft.AspNet.Http.Collections
99
{
1010
/// <summary>
1111
/// Accessors for query, forms, etc.

src/Microsoft.AspNet.Http.Core/Collections/RequestCookiesCollection.cs renamed to src/Microsoft.AspNet.Http/Collections/RequestCookiesCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Collections.Generic;
77
using Microsoft.Net.Http.Headers;
88

9-
namespace Microsoft.AspNet.Http.Core.Collections
9+
namespace Microsoft.AspNet.Http.Collections
1010
{
1111
public class RequestCookiesCollection : IReadableStringCollection
1212
{

src/Microsoft.AspNet.Http.Core/Collections/ResponseCookies.cs renamed to src/Microsoft.AspNet.Http/Collections/ResponseCookies.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using Microsoft.Framework.WebEncoders;
99
using Microsoft.Net.Http.Headers;
1010

11-
namespace Microsoft.AspNet.Http.Core.Collections
11+
namespace Microsoft.AspNet.Http.Collections
1212
{
1313
/// <summary>
1414
/// A wrapper for the response Set-Cookie header

src/Microsoft.AspNet.Http.Core/Collections/SessionCollection.cs renamed to src/Microsoft.AspNet.Http/Collections/SessionCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Collections;
66
using System.Collections.Generic;
77

8-
namespace Microsoft.AspNet.Http.Core.Collections
8+
namespace Microsoft.AspNet.Http.Collections
99
{
1010
public class SessionCollection : ISessionCollection
1111
{

src/Microsoft.AspNet.Http.Core/DefaultConnectionInfo.cs renamed to src/Microsoft.AspNet.Http/DefaultConnectionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
using System.Threading;
77
using System.Threading.Tasks;
88
using Microsoft.AspNet.FeatureModel;
9-
using Microsoft.AspNet.Http.Core.Infrastructure;
9+
using Microsoft.AspNet.Http.Infrastructure;
1010

11-
namespace Microsoft.AspNet.Http.Core
11+
namespace Microsoft.AspNet.Http
1212
{
1313
public class DefaultConnectionInfo : ConnectionInfo
1414
{

src/Microsoft.AspNet.Http.Core/DefaultHttpContext.cs renamed to src/Microsoft.AspNet.Http/DefaultHttpContext.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
using System.Threading.Tasks;
1010
using Microsoft.AspNet.FeatureModel;
1111
using Microsoft.AspNet.Http.Authentication;
12-
using Microsoft.AspNet.Http.Core.Authentication;
13-
using Microsoft.AspNet.Http.Core.Collections;
14-
using Microsoft.AspNet.Http.Core.Infrastructure;
12+
using Microsoft.AspNet.Http.Collections;
13+
using Microsoft.AspNet.Http.Infrastructure;
1514
using Microsoft.Framework.Internal;
1615
using Microsoft.Net.Http.Headers;
1716

18-
namespace Microsoft.AspNet.Http.Core
17+
namespace Microsoft.AspNet.Http
1918
{
2019
public class DefaultHttpContext : HttpContext
2120
{

src/Microsoft.AspNet.Http.Core/DefaultHttpRequest.cs renamed to src/Microsoft.AspNet.Http/DefaultHttpRequest.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
using System.Threading;
77
using System.Threading.Tasks;
88
using Microsoft.AspNet.FeatureModel;
9-
using Microsoft.AspNet.Http.Core.Collections;
10-
using Microsoft.AspNet.Http.Core.Infrastructure;
9+
using Microsoft.AspNet.Http.Collections;
1110
using Microsoft.AspNet.Http.Infrastructure;
1211
using Microsoft.Net.Http.Headers;
1312

14-
namespace Microsoft.AspNet.Http.Core
13+
namespace Microsoft.AspNet.Http
1514
{
1615
public class DefaultHttpRequest : HttpRequest
1716
{

src/Microsoft.AspNet.Http.Core/DefaultHttpResponse.cs renamed to src/Microsoft.AspNet.Http/DefaultHttpResponse.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
using System.Security.Claims;
99
using Microsoft.AspNet.FeatureModel;
1010
using Microsoft.AspNet.Http.Authentication;
11-
using Microsoft.AspNet.Http.Core.Authentication;
12-
using Microsoft.AspNet.Http.Core.Collections;
13-
using Microsoft.AspNet.Http.Core.Infrastructure;
11+
using Microsoft.AspNet.Http.Collections;
12+
using Microsoft.AspNet.Http.Infrastructure;
1413
using Microsoft.Framework.Internal;
1514
using Microsoft.Net.Http.Headers;
1615

17-
namespace Microsoft.AspNet.Http.Core
16+
namespace Microsoft.AspNet.Http
1817
{
1918
public class DefaultHttpResponse : HttpResponse
2019
{

src/Microsoft.AspNet.Http.Core/FormFeature.cs renamed to src/Microsoft.AspNet.Http/FormFeature.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
using System.Text;
88
using System.Threading;
99
using System.Threading.Tasks;
10-
using Microsoft.AspNet.Http.Core.Collections;
10+
using Microsoft.AspNet.Http.Collections;
1111
using Microsoft.AspNet.WebUtilities;
1212
using Microsoft.Framework.Internal;
1313
using Microsoft.Net.Http.Headers;
1414

15-
namespace Microsoft.AspNet.Http.Core
15+
namespace Microsoft.AspNet.Http
1616
{
1717
public class FormFeature : IFormFeature
1818
{

src/Microsoft.AspNet.Http.Core/FormFile.cs renamed to src/Microsoft.AspNet.Http/FormFile.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System.IO;
5-
using Microsoft.AspNet.Http;
65

7-
namespace Microsoft.AspNet.Http.Core
6+
namespace Microsoft.AspNet.Http
87
{
98
public class FormFile : IFormFile
109
{

src/Microsoft.AspNet.Http.Core/HttpClientCertificateFeature.cs renamed to src/Microsoft.AspNet.Http/HttpClientCertificateFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Threading;
66
using System.Threading.Tasks;
77

8-
namespace Microsoft.AspNet.Http.Core
8+
namespace Microsoft.AspNet.Http
99
{
1010
public class HttpClientCertificateFeature : IHttpClientCertificateFeature
1111
{

src/Microsoft.AspNet.Http.Core/HttpConnectionFeature.cs renamed to src/Microsoft.AspNet.Http/HttpConnectionFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System.Net;
55

6-
namespace Microsoft.AspNet.Http.Core
6+
namespace Microsoft.AspNet.Http
77
{
88
public class HttpConnectionFeature : IHttpConnectionFeature
99
{

src/Microsoft.AspNet.Http.Core/HttpRequestFeature.cs renamed to src/Microsoft.AspNet.Http/HttpRequestFeature.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
using System;
55
using System.Collections.Generic;
66
using System.IO;
7-
using Microsoft.AspNet.Http;
87

9-
namespace Microsoft.AspNet.Http.Core
8+
namespace Microsoft.AspNet.Http
109
{
1110
public class HttpRequestFeature : IHttpRequestFeature
1211
{

src/Microsoft.AspNet.Http.Core/HttpResponseFeature.cs renamed to src/Microsoft.AspNet.Http/HttpResponseFeature.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
using System;
55
using System.Collections.Generic;
66
using System.IO;
7-
using Microsoft.AspNet.Http;
87

9-
namespace Microsoft.AspNet.Http.Core
8+
namespace Microsoft.AspNet.Http
109
{
1110
public class HttpResponseFeature : IHttpResponseFeature
1211
{

src/Microsoft.AspNet.Http.Core/IFormFeature.cs renamed to src/Microsoft.AspNet.Http/IFormFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Threading;
55
using System.Threading.Tasks;
66

7-
namespace Microsoft.AspNet.Http.Core
7+
namespace Microsoft.AspNet.Http
88
{
99
public interface IFormFeature
1010
{

src/Microsoft.AspNet.Http.Core/IItemsFeature.cs renamed to src/Microsoft.AspNet.Http/IItemsFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System.Collections.Generic;
55

6-
namespace Microsoft.AspNet.Http.Core
6+
namespace Microsoft.AspNet.Http
77
{
88
public interface IItemsFeature
99
{

0 commit comments

Comments
 (0)