module Rack::Request::Helpers

def accept_encoding

def accept_encoding
  parse_http_accept_header(get_header("HTTP_ACCEPT_ENCODING"))
end