We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e4fef6 + 09ce9e5 commit 538d37bCopy full SHA for 538d37b
pyodide_http/_urllib.py
@@ -50,6 +50,7 @@ def urlopen(url, *args, **kwargs):
50
)
51
52
response = HTTPResponse(FakeSock(response_data))
53
+ response.url = url
54
response.begin()
55
return response
56
0 commit comments