MCPcopy
hub / github.com/dubinc/dub / get

Method get

apps/web/tests/utils/http.ts:54–56  ·  view source on GitHub ↗
(req: Request)

Source from the content-addressed store, hash-verified

52 }
53
54 public async get<TResponse>(req: Request) {
55 return await this.request<TResponse>("GET", req);
56 }
57
58 public async post<TResponse>(req: Request) {
59 return await this.request<TResponse>("POST", req);

Callers 15

isIframeableFunction · 0.45
parseApiResponseFunction · 0.45
LinkPreviewFunction · 0.45
PopupFunction · 0.45
getUtilityColumnWidthFunction · 0.45
useCurrentAnchorFunction · 0.45
usePaginationFunction · 0.45
useCookiesFunction · 0.45
handleStorageChangeFunction · 0.45
robotsFunction · 0.45
sitemapFunction · 0.45

Calls

no outgoing calls

Tested by 2

assertQstashMessageFunction · 0.36