method
supply_default_content_type
supply_default_content_type()
private
Hide source
# File lib/net/http.rb, line 1678 def supply_default_content_type return if content_type() warn 'net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded' if $VERBOSE set_content_type 'application/x-www-form-urlencoded' end