Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library webrick/httpresponse > class WEBrick::HTTPResponse > content_type
content_type -> String | nil
content_type=(val)
Content-Type ヘッダの値を文字列で表すアクセサです。
res.content_type = "text/html"
[SEE_ALSO] WEBrick::HTTPUtils.#mime_type