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

Commit 0a3213e

Browse files
0xdeafcafeTratcher
authored andcommitted
Added RFC 7538 support
1 parent 2a1e664 commit 0a3213e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/StatusCodes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static class StatusCodes
2222
public const int Status305UseProxy = 305;
2323
public const int Status306SwitchProxy = 306;
2424
public const int Status307TemporaryRedirect = 307;
25+
public const int Status308PermanentRedirect = 308;
2526

2627
public const int Status400BadRequest = 400;
2728
public const int Status401Unauthorized = 401;

0 commit comments

Comments
 (0)