Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Functions | Variables
pip._vendor.cachecontrol.controller Namespace Reference

Classes

class  CacheController
 

Functions

tuple[str, str, str, str, str] parse_uri (str uri)
 

Variables

 logger = logging.getLogger(__name__)
 
 URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?")
 
tuple PERMANENT_REDIRECT_STATUSES = (301, 308)
 

Detailed Description

The httplib2 algorithms ported for use with requests.

Function Documentation

◆ parse_uri()

tuple[str, str, str, str, str] pip._vendor.cachecontrol.controller.parse_uri ( str  uri)
Parses a URI using the regex given in Appendix B of RFC 3986.

(scheme, authority, path, query, fragment) = parse_uri(uri)