Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ main
Function
main
python/examples/blocking/cookie.py:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
main():
5
client = BlockingClient()
6
resp = client.request(Method.GET,
"https://www.google.com/"
)
7
for
resp in resp.cookies:
8
print(f
"{resp.name}: {resp.value}"
)
9
10
11
if
__name__ ==
"__main__"
:
Callers
1
cookie.py
File · 0.70
Calls
2
request
Method · 0.95
BlockingClient
Class · 0.85
Tested by
no test coverage detected