[ruby/net-http] freeze rest of lib
https://github.com/ruby/net-http/commit/455a74734a
This commit is contained in:
parent
4165ec91d8
commit
4d21134f3f
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: false
|
# frozen_string_literal: true
|
||||||
#
|
#
|
||||||
# = net/http.rb
|
# = net/http.rb
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: false
|
# frozen_string_literal: true
|
||||||
# for backward compatibility
|
# for backward compatibility
|
||||||
|
|
||||||
# :enddoc:
|
# :enddoc:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: false
|
# frozen_string_literal: true
|
||||||
module Net
|
module Net
|
||||||
# Net::HTTP exception class.
|
# Net::HTTP exception class.
|
||||||
# You cannot use Net::HTTPExceptions directly; instead, you must use
|
# You cannot use Net::HTTPExceptions directly; instead, you must use
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: false
|
# frozen_string_literal: true
|
||||||
module Net::HTTP::ProxyDelta #:nodoc: internal use only
|
module Net::HTTP::ProxyDelta #:nodoc: internal use only
|
||||||
private
|
private
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: false
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# This class is the base class for \Net::HTTP request classes.
|
# This class is the base class for \Net::HTTP request classes.
|
||||||
# The class should not be used directly;
|
# The class should not be used directly;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: false
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# HTTP/1.1 methods --- RFC2616
|
# HTTP/1.1 methods --- RFC2616
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: false
|
# frozen_string_literal: true
|
||||||
=begin
|
=begin
|
||||||
|
|
||||||
= net/https -- SSL/TLS enhancement for Net::HTTP.
|
= net/https -- SSL/TLS enhancement for Net::HTTP.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user