Method: Net::HTTPGenericRequest#body_exist?
- Defined in:
- lib/net/http/generic_request.rb
#body_exist? ⇒ Boolean
:nodoc:
133 134 135 136 |
# File 'lib/net/http/generic_request.rb', line 133 def body_exist? # :nodoc: warn "Net::HTTPRequest#body_exist? is obsolete; use response_body_permitted?", uplevel: 1 if $VERBOSE response_body_permitted? end |