# File lib/merb-core/dispatch/request.rb, line 408
    def full_uri
      protocol + "://" + host + uri
    end