@@ -475,8 +475,7 @@ class HTTPHeaderSyntaxError < StandardError; end
475
475
#
476
476
# - {::start}[rdoc-ref:Net::HTTP.start]:
477
477
# Begins a new session in a new \Net::HTTP object.
478
- # - {#started?}[rdoc-ref:Net::HTTP#started?]
479
- # (aliased as {#active?}[rdoc-ref:Net::HTTP#active?]):
478
+ # - {#started?}[rdoc-ref:Net::HTTP#started?]:
480
479
# Returns whether in a session.
481
480
# - {#finish}[rdoc-ref:Net::HTTP#finish]:
482
481
# Ends an active session.
@@ -556,18 +555,15 @@ class HTTPHeaderSyntaxError < StandardError; end
556
555
# Sends a PUT request and returns a response object.
557
556
# - {#request}[rdoc-ref:Net::HTTP#request]:
558
557
# Sends a request and returns a response object.
559
- # - {#request_get}[rdoc-ref:Net::HTTP#request_get]
560
- # (aliased as {#get2}[rdoc-ref:Net::HTTP#get2]):
558
+ # - {#request_get}[rdoc-ref:Net::HTTP#request_get]:
561
559
# Sends a GET request and forms a response object;
562
560
# if a block given, calls the block with the object,
563
561
# otherwise returns the object.
564
- # - {#request_head}[rdoc-ref:Net::HTTP#request_head]
565
- # (aliased as {#head2}[rdoc-ref:Net::HTTP#head2]):
562
+ # - {#request_head}[rdoc-ref:Net::HTTP#request_head]:
566
563
# Sends a HEAD request and forms a response object;
567
564
# if a block given, calls the block with the object,
568
565
# otherwise returns the object.
569
- # - {#request_post}[rdoc-ref:Net::HTTP#request_post]
570
- # (aliased as {#post2}[rdoc-ref:Net::HTTP#post2]):
566
+ # - {#request_post}[rdoc-ref:Net::HTTP#request_post]:
571
567
# Sends a POST request and forms a response object;
572
568
# if a block given, calls the block with the object,
573
569
# otherwise returns the object.
@@ -605,8 +601,7 @@ class HTTPHeaderSyntaxError < StandardError; end
605
601
# Returns whether +self+ is a proxy class.
606
602
# - {#proxy?}[rdoc-ref:Net::HTTP#proxy?]:
607
603
# Returns whether +self+ has a proxy.
608
- # - {#proxy_address}[rdoc-ref:Net::HTTP#proxy_address]
609
- # (aliased as {#proxyaddr}[rdoc-ref:Net::HTTP#proxyaddr]):
604
+ # - {#proxy_address}[rdoc-ref:Net::HTTP#proxy_address]:
610
605
# Returns the proxy address.
611
606
# - {#proxy_from_env?}[rdoc-ref:Net::HTTP#proxy_from_env?]:
612
607
# Returns whether the proxy is taken from an environment variable.
@@ -718,8 +713,7 @@ class HTTPHeaderSyntaxError < StandardError; end
718
713
# === \HTTP Version
719
714
#
720
715
# - {::version_1_2?}[rdoc-ref:Net::HTTP.version_1_2?]
721
- # (aliased as {::is_version_1_2?}[rdoc-ref:Net::HTTP.is_version_1_2?]
722
- # and {::version_1_2}[rdoc-ref:Net::HTTP.version_1_2]):
716
+ # (aliased as {::version_1_2}[rdoc-ref:Net::HTTP.version_1_2]):
723
717
# Returns true; retained for compatibility.
724
718
#
725
719
# === Debugging
0 commit comments