Added RFC 7538 support

This commit is contained in:
Alex Forbes-Reed 2016-06-13 12:04:47 +01:00 committed by Chris R
parent 2a1e6649b0
commit 0a3213ebaa
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ namespace Microsoft.AspNetCore.Http
public const int Status305UseProxy = 305;
public const int Status306SwitchProxy = 306;
public const int Status307TemporaryRedirect = 307;
public const int Status308PermanentRedirect = 308;
public const int Status400BadRequest = 400;
public const int Status401Unauthorized = 401;