method

header

v1_9_1_378 - Show latest stable - Class: Net::HTTPResponse
header()
public

No documentation available.

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