MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / post

Method post

astrbot/dashboard/asgi_runtime.py:348–349  ·  view source on GitHub ↗
(self, url: str, **kwargs)

Source from the content-addressed store, hash-verified

346 return await self.request("GET", url, **kwargs)
347
348 async def post(self, url: str, **kwargs):
349 return await self.request("POST", url, **kwargs)
350
351 async def put(self, url: str, **kwargs):
352 return await self.request("PUT", url, **kwargs)

Callers 15

_tavily_searchFunction · 0.45
_tavily_extractFunction · 0.45
_bocha_searchFunction · 0.45
_firecrawl_searchFunction · 0.45
_firecrawl_scrapeFunction · 0.45
_baidu_searchFunction · 0.45
_exa_searchFunction · 0.45
_exa_get_contentsFunction · 0.45
download_image_by_urlFunction · 0.45
_post_metricsMethod · 0.45
extract_text_from_urlMethod · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected