# File lib/simple_oauth/header.rb, line 46
    def url
      uri = @uri.dup
      uri.query = nil
      uri.to_s
    end