instance method Net::HTTPHeader#content_type
content_type -> String|nil-
"text/html" のような Content-Type を表す 文字列を返します。
Content-Type: ヘッダフィールドが存在しない場合には nil を返します。
module Net::HTTPHeader
content_type -> String|nil"text/html" のような Content-Type を表す 文字列を返します。
Content-Type: ヘッダフィールドが存在しない場合には nil を返します。