module Middleman::CoreExtensions::Request
def registered(app)
- Private: -
def registered(app) # CSSPIE HTC File ::Rack::Mime::MIME_TYPES['.html'] = 'text/x-component' # Let's serve all HTML as UTF-8 ::Rack::Mime::MIME_TYPES['.html'] = 'text/html;charset=utf8' ::Rack::Mime::MIME_TYPES['.htm'] = 'text/html;charset=utf8' app.extend ClassMethods app.extend ServerMethods # Include instance methods app.send :include, InstanceMethods end