MCPcopy
hub / github.com/freshframework/fresh / request

Method request

packages/fresh/src/test_utils.ts:57–59  ·  view source on GitHub ↗
(req: Request)

Source from the content-addressed store, hash-verified

55 }
56
57 async request(req: Request): Promise<Response> {
58 return await this.handler(req, STUB);
59 }
60
61 private toUrl(path: string) {
62 return new URL(path, "http://localhost/");

Callers

nothing calls this directly

Calls 1

handlerMethod · 0.80

Tested by

no test coverage detected