MCPcopy Index your code
hub / github.com/ModelEngine-Group/nexent / parseCookies

Function parseCookies

frontend/server.js:145–147  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

143}
144
145function parseCookies(req) {
146 return cookie.parse(req.headers.cookie || "");
147}
148
149// ============================================================================
150// Auth endpoint interception — manually forward and intercept tokens

Callers 2

forwardAuthRequestFunction · 0.85
server.jsFile · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected