Method: Anemone::Page#content_type

Defined in:
lib/anemone/page.rb

#content_typeObject

The content-type returned by the HTTP request for this page



106
107
108
# File 'lib/anemone/page.rb', line 106

def content_type
  headers['content-type'].first
end