Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ fetch_curl
Function
fetch_curl
feapder/commands/shell.py:161–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
159
160
161
def
fetch_curl():
162
input(
"请复制请求为cURL (bash),复制后按任意键读取剪切板内容\n"
)
163
curl = pyperclip.paste()
164
if
curl:
165
kwargs = parse_curl(curl)
166
request(**kwargs)
167
168
169
def
usage():
Callers
1
main
Function · 0.85
Calls
2
parse_curl
Function · 0.85
request
Function · 0.70
Tested by
no test coverage detected