Home | History | Annotate | Download | only in urllib

Lines Matching refs:r_scheme

771     scheme, r_scheme = splittype(proxy)
772 if not r_scheme.startswith("/"):
778 if not r_scheme.startswith("//"):
782 end = r_scheme.find("/", 2)
785 authority = r_scheme[2:end]