summaryrefslogtreecommitdiff
path: root/test/net/http/test_httpheader.rb
AgeCommit message (Expand)Author
2019-07-24Show the caller's locationNobuyoshi Nakada
2018-12-10Preserve HTTP header key as string [Bug #15394]naruse
2017-12-20raise error if value contains CR/LF in iniheader of initialize_http_headernaruse
2017-09-25HTTPHeader#add_field should allow binary [Bug #13926]naruse
2017-08-30A HTTP Header value must not contain CR or LF.naruse
2016-05-04* lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj
2016-05-04* test/net/http/test_httpheader.rb: add missing test ofktsj
2016-01-29* lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-02-08* lib/net/http/header.rb: pass header names as symbols.hsbt
2012-05-23* lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2006-07-26merge test cases with Ruby 1.8aamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2005-04-20* lib/net/http.rb: new method Net::HTTP.post_form.aamine
2005-01-01* lib/net/http.rb (each_capitalized): should join header field value. This p...aamine
2004-03-06* lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine
2004-01-07* test/net/test_httpheader.rb: new file.aamine