From: "naruse (Yui NARUSE)" Date: 2012-06-10T22:42:14+09:00 Subject: [ruby-core:45549] [ruby-trunk - Feature #6569][Feedback] [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842 Issue #6569 has been updated by naruse (Yui NARUSE). Status changed from Open to Feedback Assignee set to naruse (Yui NARUSE) I agree about 2817 and 4918, but others are experimental. Could you show real applications which use such experimental RFCs? ---------------------------------------- Feature #6569: [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842 https://bugs.ruby-lang.org/issues/6569#change-27146 Author: knu (Akinori MUSHA) Status: Feedback Priority: Normal Assignee: naruse (Yui NARUSE) 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/