MCPcopy 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
161def fetch_curl():
162 input("请复制请求为cURL (bash),复制后按任意键读取剪切板内容\n")
163 curl = pyperclip.paste()
164 if curl:
165 kwargs = parse_curl(curl)
166 request(**kwargs)
167
168
169def usage():

Callers 1

mainFunction · 0.85

Calls 2

parse_curlFunction · 0.85
requestFunction · 0.70

Tested by

no test coverage detected