method

header

header()
public

No documentation available.

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