MCPcopy Index your code
hub / github.com/simstudioai/sim / request.ts

File request.ts

apps/sim/tools/http/request.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { readResponseTextWithLimit } from '@/lib/core/utils/stream-limits'
2import type { RequestParams, RequestResponse } from '@/tools/http/types'
3import { getDefaultHeaders, processUrl } from '@/tools/http/utils'
4import { transformTable } from '@/tools/shared/table'

Callers

nothing calls this directly

Calls 7

processUrlFunction · 0.90
transformTableFunction · 0.90
getDefaultHeadersFunction · 0.90
parseMethod · 0.80
getMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected