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

Commit 8d1803e

Browse files
davidfowlJunTaoLuo
authored andcommitted
Change the namespace of RequestDelegate
- change it to Microsoft.AspNet.Http
1 parent 99aa148 commit 8d1803e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.AspNet.Http.Abstractions/RequestDelegate.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.Threading.Tasks;
5-
using Microsoft.AspNet.Http;
65

7-
namespace Microsoft.AspNet.Builder
6+
namespace Microsoft.AspNet.Http
87
{
98
/// <summary>
109
/// A function that can process an HTTP request.

0 commit comments

Comments
 (0)