- message -> String[permalink][rdoc][edit]
- msg -> String
- 
HTTP サーバがリザルトコードに付加して返すメッセージです。例えば 'Not Found' などです。 msg は obsolete です。使わないでください。 例 require 'net/http' uri = "http://www.example.com/index.html" response = Net::HTTP.get_response(URI.parse(uri)) response.message # => "OK"