Fix namespace for Clear extension.

This commit is contained in:
Chris R 2015-09-10 11:35:22 -07:00
parent 00d5a056d9
commit 327dabb243
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
using System; using System;
using Microsoft.AspNet.Http.Features; using Microsoft.AspNet.Http.Features;
namespace Microsoft.AspNet.Http.Extensions namespace Microsoft.AspNet.Http
{ {
public static class ResponseExtensions public static class ResponseExtensions
{ {