Method: Net::HTTPResponse#header
- Defined in:
- lib/net/http/response.rb
#header ⇒ Object
:nodoc:
149 150 151 152 |
# File 'lib/net/http/response.rb', line 149 def header #:nodoc: warn "Net::HTTPResponse#header is obsolete", uplevel: 1 if $VERBOSE self end |