Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ main
Function
main
python/examples/blocking/form.py:4–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
main():
5
client = BlockingClient()
6
resp = client.post(
7
"https://httpbin.org/anything"
,
8
form=[(
"key"
,
"value"
)],
9
)
10
print(resp.text())
11
12
13
if
__name__ ==
"__main__"
:
Callers
1
form.py
File · 0.70
Calls
3
post
Method · 0.95
BlockingClient
Class · 0.85
text
Method · 0.45
Tested by
no test coverage detected