method

read_header

ruby latest stable - Class: Net::HTTPResponse
read_header()
public

No documentation available.

# File lib/net/http/response.rb, line 152
  def read_header   #:nodoc:
    warn "Net::HTTPResponse#read_header is obsolete", uplevel: 1 if $VERBOSE
    self
  end