# File lib/simple_oauth/header.rb, line 31
      def escape(value)
        uri_parser.escape(value.to_s, /[^a-z0-9\-\.\_\~]/i)
      end