summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
AgeCommit message (Expand)Author
2009-04-30* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-28* lib/net/http.rb: suppress warnings of non-existing instance variableakr
2009-02-10Fix grammos regarding the verb "refer".knu
2008-08-24* lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse
2008-08-12* lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine
2008-08-12* lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...aamine
2008-04-15* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2007-12-24Fix uninitialized variable warning in Net::HTTPdrbrain
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-10* lib/net/http.rb (Net::HTTP::get): now supports gzipmatz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-10-07* lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-17* lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-06* lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine
2007-05-06* lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine
2007-03-16* lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine
2006-07-26small document fixaamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2006-06-23* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz
2006-03-05* lib/net/http.rb (send_request_with_body): #content_type never return false,...aamine
2006-02-05* lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine
2005-09-13* lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine
2005-07-26* lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine
2005-06-30* lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo
2005-04-20* lib/net/http.rb: add rdoc.aamine
2005-04-20* lib/net/http.rb: new method Net::HTTP.post_form.aamine
2005-01-01update copyright yearaamine
2005-01-01* lib/net/http.rb (each_capitalized): should join header field value. This p...aamine
2004-12-15* lib/net/http.rb: remove junk.aamine
2004-05-18* lib/net/http.rb: support TRACE.aamine
2004-05-18* lib/net/http.rb: do not use class variables.aamine
2004-04-21* lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-13* lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-08* lib/net/http.rb: HTTPHeader did not initialized correctly.aamine
2004-03-08* lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine
2004-03-06* lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine
2004-03-06* lib/net/http.rb: new method Net::HTTPRequest#body(=).aamine
2004-03-06* lib/net/http.rb: spin off https code again.aamine
2004-03-05* lib/net/http.rb: net/https is merged.aamine
2004-03-05* lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...aamine
2004-03-05* lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]aamine
2004-03-05* lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...aamine