Method: Net::HTTPResponse#header

Defined in:
lib/net/http.rb

#headerObject

:nodoc:



2118
2119
2120
2121
# File 'lib/net/http.rb', line 2118

def header   #:nodoc:
  warn "#{caller(1)[0]}: warning: HTTPResponse#header is obsolete" if $VERBOSE
  self
end