method

read_header

v1_8_7_72 - Show latest stable - Class: Net::HTTPResponse
read_header(#:nodoc:)
public

No documentation available.

# File lib/net/http.rb, line 2123
    def read_header   #:nodoc:
      warn "#{caller(1)[0]}: warning: HTTPResponse#read_header is obsolete" if $VERBOSE
      self
    end