From: "knu (Akinori MUSHA)" Date: 2012-06-10T19:14:59+09:00 Subject: [ruby-core:45547] [ruby-trunk - Feature #6569][Open] [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842 Issue #6569 has been reported by knu (Akinori MUSHA). ---------------------------------------- Feature #6569: [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842 https://bugs.ruby-lang.org/issues/6569 Author: knu (Akinori MUSHA) Status: Open Priority: Normal Assignee: Category: lib Target version: 2.0.0 Currently Net::HTTP and WEBrick define status codes from RFC 2616 and 6585 but there are many others defined in RFCs besides them. Most of these are actually used in real world applications, not to mention Rails. -- http://bugs.ruby-lang.org/