MCPcopy Index your code
hub / github.com/python/cpython / http_response

Method http_response

Lib/urllib/request.py:1389–1391  ·  view source on GitHub ↗
(self, request, response)

Source from the content-addressed store, hash-verified

1387 return request
1388
1389 def http_response(self, request, response):
1390 self.cookiejar.extract_cookies(response, request)
1391 return response
1392
1393 https_request = http_request
1394 https_response = http_response

Callers 1

test_cookiesMethod · 0.95

Calls 1

extract_cookiesMethod · 0.45

Tested by 1

test_cookiesMethod · 0.76