Home | History | Annotate | Download | only in scripts

Lines Matching refs:request_path

291   def Send(self, request_path, payload=None,
298 request_path: The path to send the request to, eg /api/appversion/create.
320 url = "http://%s%s" % (self.host, request_path)