MCPcopy Create free account
hub / github.com/solidjs/solid-start / getWebRequest

Function getWebRequest

packages/start/src/http/index.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17export function getWebRequest(): Request {
18 return getEvent().req;
19}
20
21export const HTTPEventSymbol = Symbol("$HTTPEvent");
22

Callers

nothing calls this directly

Calls 1

getEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…