Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/solidjs/solid-start
/ getEvent
Function
getEvent
packages/start/src/http/index.ts:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
function
getEvent() {
14
return
getRequestEvent()!.nativeEvent;
15
}
16
17
export
function
getWebRequest(): Request {
18
return
getEvent().req;
Callers
15
getWebRequest
Function · 0.85
createWrapperFunction
Function · 0.85
setResponseStatus
Function · 0.85
getResponseStatus
Function · 0.85
getResponseStatusText
Function · 0.85
getResponseHeaders
Function · 0.85
getResponseHeader
Function · 0.85
setResponseHeaders
Function · 0.85
setResponseHeader
Function · 0.85
appendResponseHeaders
Function · 0.85
appendResponseHeader
Function · 0.85
defaultContentType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected