Method: HTTP::Message.mime_type_handler
- Defined in:
- lib/httpclient/http.rb
.mime_type_handler ⇒ Object Also known as: get_mime_type_func
Returns MIME type handler.
785 786 787 |
# File 'lib/httpclient/http.rb', line 785 def mime_type_handler @@mime_type_handler end |