Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
export
function
getWebRequest(): Request {
18
return
getEvent().req;
19
}
20
21
export
const
HTTPEventSymbol = Symbol(
"$HTTPEvent"
);
22
Callers
nothing calls this directly
Calls
1
getEvent
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…