MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / main

Function main

python/examples/query.py:5–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5async def main():
6 resp = await rnet.get(
7 "https://httpbin.org/anything",
8 query=[("key", "value")],
9 )
10 print(await resp.text())
11
12
13if __name__ == "__main__":

Callers 1

query.pyFile · 0.70

Calls 2

getMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected