Method: HTTP::Message#content_type
- Defined in:
- lib/httpclient/http.rb
#content_type ⇒ Object Also known as: contenttype
Returns ‘Content-Type’ header value.
1022 1023 1024 |
# File 'lib/httpclient/http.rb', line 1022 def content_type @http_header.content_type end |