def extract_wsgi(self, environ, headers):
"""Extract the server's set-cookie headers as cookies into the
cookie jar.
"""
self.extract_cookies(
_TestCookieResponse(headers),
U2Request(get_current_url(environ)),
)
test.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录