Skip to content

Commit

Permalink
Merge pull request #1162 from snood1205/master
Browse files Browse the repository at this point in the history
Added (Unused) 306 HTTP Status Code
  • Loading branch information
ioquatix committed Jan 8, 2020
2 parents 2b61454 + 8bcffc9 commit 7d14bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rack/utils.rb
Expand Up @@ -515,6 +515,7 @@ def names
303 => 'See Other',
304 => 'Not Modified',
305 => 'Use Proxy',
306 => '(Unused)',
307 => 'Temporary Redirect',
308 => 'Permanent Redirect',
400 => 'Bad Request',
Expand Down

0 comments on commit 7d14bac

Please sign in to comment.