MCPcopy 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
4def 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
11if __name__ == "__main__":

Callers 1

cookie.pyFile · 0.70

Calls 2

requestMethod · 0.95
BlockingClientClass · 0.85

Tested by

no test coverage detected