-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
aamine
committed
Mar 6, 2004
1 parent
316bf4e
commit 39848fe
Showing
3 changed files
with
227 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
Sun Mar 7 05:34:42 2004 Minero Aoki <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* lib/net/http.rb: new method Net::HTTPRequest#body(=). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.