ruby/test/net/http
Takashi Kokubun e1fee7f949
Rename RubyVM::MJIT to RubyVM::JIT
because the name "MJIT" is an internal code name, it's inconsistent with
--jit while they are related to each other, and I want to discourage future
JIT implementation-specific (e.g. MJIT-specific) APIs by this rename.

[Feature #17490]
2021-01-13 22:46:51 -08:00
..
test_buffered_io.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_http.rb test/net/http/test_http.rb: relax open_timeout limit 2020-03-21 23:09:17 +09:00
test_http_request.rb Adding missing test for Net::HTTPGenericRequest initializer (#1835) 2019-08-16 01:38:46 +09:00
test_httpheader.rb Show the caller's location 2019-07-24 00:26:28 +09:00
test_httpresponse.rb Rename RubyVM::MJIT to RubyVM::JIT 2021-01-13 22:46:51 -08:00
test_httpresponses.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_https.rb test/net/http/test_https.rb: The test logic was buggy 2020-09-24 19:39:51 +09:00
test_https_proxy.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
utils.rb Let Net::HTTP.get take request headers (#2957) 2020-03-10 22:26:22 -07:00