method

read_header

v1_9_3_125 - Show latest stable - Class: Net::HTTPResponse
read_header()
public

No documentation available.

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