React to HttpAbstractions@8212694.
This commit is contained in:
parent
1433822ec8
commit
a2ee01272a
|
|
@ -36,5 +36,7 @@ namespace Microsoft.AspNetCore.TestHost
|
|||
public string QueryString { get; set; }
|
||||
|
||||
public string Scheme { get; set; }
|
||||
|
||||
public string RawTarget { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue