class _TestCookieJar(CookieJar):
Method | extract​_wsgi |
Extract the server's set-cookie headers as cookies into the cookie jar. |
Method | inject​_wsgi |
Inject the cookies as client headers into the server's wsgi environment. |
Parameters | |
environ:WSGIEnvironment | Undocumented |
headers:t.Union[ | Undocumented |