From: "knu (Akinori MUSHA)" Date: 2012-06-12T01:15:45+09:00 Subject: [ruby-core:45571] [ruby-trunk - Feature #6569] [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842 Issue #6569 has been updated by knu (Akinori MUSHA). File 0001-lib-net-http-responses.rb-lib-webrick-httpstatus.rb-.patch added ---------------------------------------- Feature #6569: [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842 https://bugs.ruby-lang.org/issues/6569#change-27167 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/