aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_http.rb
Commit message (Expand)AuthorAgeFilesLines
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-0/+10
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-0/+50
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+2
* Use `&.` instead of modifier ifkazu2017-08-011-3/+3
* test_http.rb: fix r58855nobu2017-05-241-3/+3
* fix FD leaksnobu2017-05-231-3/+15
* Clean proxynaruse2017-05-201-1/+1
* Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse2017-05-191-0/+17
* Allow Net::HTTP to fetch user/pass from http_proxynaruse2017-04-231-0/+17
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-051-0/+16
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-051-0/+33
* Add an assertion.shugo2016-07-061-0/+3
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-061-0/+8
* test: use assert_not_*nobu2016-02-191-11/+11
* fix common misspelling [ci skip]nobu2015-12-241-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* fix r53013; the environment defines "example" as local hostnamenaruse2015-12-091-20/+20
* add tests for El Capitan failurenaruse2015-12-091-0/+11
* * lib/net/http.rb (connect): detect closed connection and reconnectnaruse2015-11-271-0/+17
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-201-0/+16
* use assert_raisenobu2015-06-021-1/+1
* test_http.rb: test without DNS accessnobu2015-01-131-5/+8
* * lib/net/http.rb: More descriptive error message when net/http failshsbt2015-01-031-0/+9
* * test/net/http/test_http.rb (_test_send_request__HEAD): Addedhsbt2015-01-021-0/+11
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/webrick: Store log in an array.akr2014-11-091-1/+1
* * test/net/http: Examine webrick log.akr2014-11-091-0/+1
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-2/+2
* test_http.rb: fix leaked threadsnobu2014-05-261-0/+4
* * test/net/http/utils.rb (spawn_server): Specify zero for port toakr2013-11-191-5/+0
* Increase open_timeout [Bug #8986]naruse2013-10-071-1/+1
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-011-1/+3
* * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa2013-07-101-2/+2
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-45/+43
* * lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain2013-02-241-0/+2
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-141-1/+1
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+19
* Suppress warningsnaruse2013-01-051-5/+11
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+9
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-211-0/+48
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-2/+1
* test_http.rb: clear environment variablesshirosaki2012-09-291-11/+15
* Use 0 for webrick's port and get the actual port. [Bug #6766]naruse2012-07-211-5/+5
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-211-6/+27
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-0/+161
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-191-2/+0
* use localhost for both local and remote. [Bug #6746]naruse2012-07-181-12/+4
* Support IPv6 address. [Bug #6746]naruse2012-07-171-4/+6
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-121-0/+2
* Use IPv4 address on connecting to 127.0.0.1.naruse2012-07-121-1/+1