зеркало из https://github.com/github/ruby.git
Fix an example committed to a wrong place [ci skip]
This commit is contained in:
Родитель
de4999ef23
Коммит
da6948753e
|
@ -460,7 +460,7 @@ module Net #:nodoc:
|
|||
#
|
||||
# you can also specify request headers:
|
||||
#
|
||||
# Net::HTTP.get_response(URI('http://www.example.com/index.html'), { 'Accept' => 'text/html' })
|
||||
# Net::HTTP.get(URI('http://www.example.com/index.html'), { 'Accept' => 'text/html' })
|
||||
#
|
||||
def HTTP.get(uri_or_host, path_or_headers = nil, port = nil)
|
||||
get_response(uri_or_host, path_or_headers, port).body
|
||||
|
|
Загрузка…
Ссылка в новой задаче