From eae8f02fb138fb9a36bbe8baf51a421eff92191a Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 6 Mar 2004 20:35:19 +0000 Subject: * lib/net/http.rb: HTTPHeader keeps its header fields as an array. * lib/net/http.rb: new method HTTPHeader#add_header, get_fields. * lib/net/http.rb: new method HTTPHeader#content_length=. * lib/net/http.rb: new method HTTPHeader#content_type, main_type, sub_type, type_params, content_type=, set_content_type. * lib/net/http.rb (HTTPHeader#basic_encode): result of pack(m) may contain multiple LFs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac3bd7cb1..0a5338f9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sun Mar 7 05:34:42 2004 Minero Aoki + + * lib/net/http.rb: HTTPHeader keeps its header fields as an array. + + * lib/net/http.rb: new method HTTPHeader#add_header, get_fields. + + * lib/net/http.rb: new method HTTPHeader#content_length=. + + * lib/net/http.rb: new method HTTPHeader#content_type, main_type, + sub_type, type_params, content_type=, set_content_type. + + * lib/net/http.rb (HTTPHeader#basic_encode): result of pack(m) may + contain multiple LFs. + Sun Mar 7 03:11:00 2004 Minero Aoki * lib/net/http.rb: new method Net::HTTPRequest#body(=). -- cgit