class Patron::Response

def charset_regex

def charset_regex
  /(?:charset|encoding)="?([a-z0-9-]+)"?/i
end