aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_httpheader.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-http] Fix test for Ruby headPeter Zhu2022-11-261-1/+5
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-241-1/+1
* [ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi2022-06-161-0/+21
* Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada2022-06-161-10/+0
* HTTPHeader.content_range throws error on non-byte unitsShishir Joshi2022-06-161-0/+10
* Show the caller's locationNobuyoshi Nakada2019-07-241-1/+13
* Preserve HTTP header key as string [Bug #15394]naruse2018-12-101-0/+5
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-0/+15
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-3/+6
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-0/+11
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-0/+40
* * test/net/http/test_httpheader.rb: add missing test ofktsj2016-05-041-0/+9
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/net/http/header.rb: pass header names as symbols.hsbt2015-02-081-0/+8
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-231-5/+22
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-1/+1
* merge test cases with Ruby 1.8aamine2006-07-261-3/+74
* * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine2006-07-261-0/+12
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-0/+22
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-011-0/+8
* * lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine2004-03-061-10/+77
* * test/net/test_httpheader.rb: new file.aamine2004-01-071-0/+137