OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.cachecontrol.controller Namespace Reference

Data Structures

class  CacheController
 

Functions

def parse_uri (uri)
 

Variables

 logger
 
 URI
 

Detailed Description

The httplib2 algorithms ported for use with requests.

Function Documentation

◆ parse_uri()

def pip._vendor.cachecontrol.controller.parse_uri (   uri)
Parses a URI using the regex given in Appendix B of RFC 3986.

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

Variable Documentation

◆ logger

logger

◆ URI

URI