OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | inject_wsgi (self, environ) |
def | extract_wsgi (self, environ, headers) |
A cookielib.CookieJar modified to inject and read cookie headers from and to wsgi environments, and wsgi application responses.
def extract_wsgi | ( | self, | |
environ, | |||
headers | |||
) |
Extract the server's set-cookie headers as cookies into the cookie jar.
def inject_wsgi | ( | self, | |
environ | |||
) |
Inject the cookies as client headers into the server's wsgi environment.