summaryrefslogtreecommitdiff
path: root/lib/net/http/responses.rb
AgeCommit message (Expand)Author
2023-02-02[ruby/net-http] Remarks on inclusionsBurdetteLamar
2022-12-26[ruby/net-http] Adding links to referencesBurdetteLamar
2022-12-26[ruby/net-http] [DOC] Adding links to referencesBurdette Lamar
2022-12-26[ruby/net-http] Adding links to referencesBurdetteLamar
2022-12-26Apply the accidental commits again before Ruby 3.2.Hiroshi SHIBATA
2022-12-23Revert the additional changes from net-http-0.3.2Hiroshi SHIBATA
2022-12-21[ruby/net-http] Adding links to referencesBurdetteLamar
2022-12-21[ruby/net-http] Adding links to referencesBurdetteLamar
2022-12-21[ruby/net-http] Adding links to referencesBurdetteLamar
2022-12-18[ruby/net-http] Adding links to referencesBurdetteLamar
2022-12-14[ruby/net-http] [DOC] New doc for responses classesBurdette Lamar
2022-05-23[ruby/net-http] [DOC] Get rid of a RDoc bugNobuyoshi Nakada
2018-06-06Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse
2018-01-06Update Status Codekazu
2018-01-06Add 103 Early Hintskazu
2018-01-06Specify frozen_string_literal: truekazu
2017-05-19Define classes for r58800naruse
2017-05-19Add more HTTP status classesnaruse
2015-12-30* lib/net/http/responses.rb: Added new response class for 451 status code.hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-07-09* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt
2013-12-08* lib/net/http/responses.rb:naruse
2012-07-05Fix 4xx classes to inherit correctly from Net::HTTPClientErrorknu
2012-06-13* lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu
2012-06-10* lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu
2012-06-08* lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain
2012-05-22* lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain