React to HttpAbstractions@8212694.

This commit is contained in:
Cesar Blum Silveira 2016-05-31 17:05:39 -07:00
parent 1433822ec8
commit a2ee01272a
2 changed files with 4 additions and 0 deletions

View File

@ -36,5 +36,7 @@ namespace Microsoft.AspNetCore.TestHost
public string QueryString { get; set; }
public string Scheme { get; set; }
public string RawTarget { get; set; }
}
}

View File

@ -613,6 +613,8 @@ namespace Microsoft.AspNetCore.Hosting
public string QueryString { get; set; }
public string RawTarget { get; set; }
public string ReasonPhrase { get; set; }
public string Scheme { get; set; }