MCPcopy Index your code
hub / github.com/stoplightio/prism / IRequestFunctionWithMethod

Interface IRequestFunctionWithMethod

packages/http/src/client.ts:148–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146) => Promise<PrismOutput>;
147
148interface IRequestFunctionWithMethod {
149 (
150 this: PrismHttp,
151 url: string,
152 input: Required<Pick<IHttpRequest, 'headers'>>,
153 config?: Partial<IClientConfig>
154 ): Promise<PrismOutput>;
155
156 (this: PrismHttp, url: string, config?: Partial<IClientConfig>): Promise<PrismOutput>;
157}
158
159interface IRequestFunctionWithMethodWithBody {
160 (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected