Flowdock
method

http_format_header

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ActiveResource::Connection
http_format_header(http_method) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activeresource/lib/active_resource/connection.rb, line 277
      def http_format_header(http_method)
        {HTTP_FORMAT_HEADER_NAMES[http_method] => format.mime_type}
      end
Register or log in to add new notes.