module Qeweney::RequestInfoMethods

def uri

def uri
  @uri ||= URI.parse(@headers[':path'] || '')
end